fix : lint error
This commit is contained in:
@@ -13,7 +13,7 @@ export const isWasmSupported = () =>
|
|||||||
export const isMultiThreadSupported = () => {
|
export const isMultiThreadSupported = () => {
|
||||||
try {
|
try {
|
||||||
return SharedArrayBuffer !== undefined;
|
return SharedArrayBuffer !== undefined;
|
||||||
} catch(e) {
|
} catch {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user