| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Any idea when this one might land? I need this for jsdom/jsdom#711. Is there anything I can do to help move things along? |
Sorry, something went wrong.
|
@lawnsea The monkey-patch is global.window = global at the top of your worker src |
Sorry, something went wrong.
To run the tests: `node test/browser-runner.js`. The runner accepts the same options as `test/runner`, as well as some optional arguments that control the test setup.
| Back | FazBrowse Home | New Git URL |
global is provided by browserify to be window in normal windows or self in workers
Fixes #36