isUnsupportedBrowser
Identifies if the code is being run on an unsupported browser.
Type Definitions
ts
/**
* @param includeEdge - If Microsoft Edge should be identified as an unsupported browser.
* @returns If the code is being run on an unsupported browser.
*/
export declare function isUnsupportedBrowser(includeEdge = false): boolean
1
2
3
4
5
2
3
4
5