http-browserify
http-browserify copied to clipboard
Use 'global' instead of window. Fixes #36
global is provided by browserify to be window in normal windows or self in workers
Fixes #36
Any idea when this one might land? I need this for tmpvar/jsdom#711. Is there anything I can do to help move things along?
@lawnsea The monkey-patch is global.window = global at the top of your worker src