This repository has been archived by the owner on Jun 6, 2019. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Assume `this` is the global object.
- Loading branch information
51ab442
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change LGTM, however note that you're opting for
this
semantics here (current context) vsself
that's typically used to refer towindow
. This is passing our tests and works in Web Workers regardless.