fuc-new/doc/node_modules/search-insights/dist/utils/featureDetection.d.ts
hellcat 6adbc04d4b 1
2025-10-03 17:17:08 +08:00

6 lines
286 B
TypeScript

export declare const supportsCookies: () => boolean;
export declare const supportsSendBeacon: () => boolean;
export declare const supportsXMLHttpRequest: () => boolean;
export declare const supportsNodeHttpModule: () => boolean;
export declare const supportsNativeFetch: () => boolean;