Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/api-docs-4.30.0-all
/
.
/
node_modules
/
dom-helpers
/
esm
/
canUseDOM.js
blob: cca7076bbcab02cf7f6fc36eee4f90c6760ef005 [
file
] [
log
] [
blame
] [
edit
]
export
default
!!(
typeof
window
!==
'undefined'
&&
window
.
document
&&
window
.
document
.
createElement
);