http-browserify icon indicating copy to clipboard operation
http-browserify copied to clipboard

Use 'global' instead of window. Fixes #36

Open kumavis opened this issue 11 years ago • 2 comments

global is provided by browserify to be window in normal windows or self in workers

Fixes #36

kumavis avatar Jan 19 '14 22:01 kumavis

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 avatar Jan 31 '14 05:01 lawnsea

@lawnsea The monkey-patch is global.window = global at the top of your worker src

kumavis avatar Feb 04 '14 19:02 kumavis