Open spmonahan opened 5 months ago
There are several instances where houdini-utils directly accesses browser globals like document and, implicitly, window that break when run in multi-window applications.
houdini-utils
document
window
Issues that need to be resolved are labeled with // TODO: fix global.
// TODO: fix global.
There are several instances where
houdini-utils
directly accesses browser globals likedocument
and, implicitly,window
that break when run in multi-window applications.Issues that need to be resolved are labeled with
// TODO: fix global.