mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-12-07 04:53:50 +01:00
6 lines
286 B
TypeScript
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;
|