-
Notifications
You must be signed in to change notification settings - Fork 10.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve work-around for importScripts bug.
Reverts "Hack to avoid intermidiate Chrome failures during tests." (2b2c521). Updates require.js to the latest version (pre-release), which includes an alternative work-around for the bug that was worked around by the reverted commit. The advantage of the new work-around is that it allows the runtime to garbage-collect idle Workers. References: - https://crbug.com/572225 - https://webkit.org/b/153317 - requirejs/requirejs#1469
- Loading branch information
Showing
2 changed files
with
1 addition
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters