UNPKG

detect-incognito

Version:

detectIncognito.js can be used to detect incognito mode & other private browsing modes on most modern browsers as of March 2022.

10 lines 282 B
/** * * detectIncognito v1.0.0 - (c) 2022 Joe Rutkowski <Joe@dreggle.com> (https://github.com/Joe12387/detectIncognito) * **/ export declare const detectIncognito: () => Promise<{ isPrivate: boolean; browserName: string; }>; //# sourceMappingURL=detectIncognito.d.ts.map