mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-11 20:04:55 +02: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;
|