feat(ui): browser happy detecting
This commit is contained in:
3
ui/src/utils/browser.ts
Normal file
3
ui/src/utils/browser.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export const isBrowserHappy = () => {
|
||||
return typeof Promise.withResolvers === "function";
|
||||
};
|
||||
Reference in New Issue
Block a user