Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
resize-observer-polyfill
/
src
/
utils
/
Filename :
isBrowser.js
back
Copy
/** * Detects whether window and document objects are available in current environment. */ export default typeof window !== 'undefined' && typeof document !== 'undefined' && window.document === document;