insert-module-globals
insert-module-globals copied to clipboard
Remove redundant - window - reference
Note: self is the same as window, except in workers (where there is no window). In either case they are likely to reference the global object, but it would be better to avoid host objects entirely.