mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-20 07:49:59 +02:00
rename
This commit is contained in:
@@ -51,7 +51,7 @@ export const getNetworkSpeed = async (): Promise<number> => {
|
||||
return await processImage();
|
||||
};
|
||||
|
||||
export const simulatePing = async () => {
|
||||
export const getNetworkPing = async () => {
|
||||
const startTime = new Date().getTime();
|
||||
try {
|
||||
await fetch(process.env.REACT_APP_SOCKET_SERVER_URL, {
|
||||
|
Reference in New Issue
Block a user