This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add MutationObserver polyfill to loader
Add msMatchesSelector to matches impl check Fix propertyDescriptor for _currentScript Polyfill document.baseURI for IE Remove writable, IE doesn't like it Only need to define baseURI on real document, don't need to keep the prop descriptor around Add heuristic to fake load event for IE Spec says that "load" must always be fired on style element, but IE fails to do so if its resources are either fully text, or the @imports have already been processed asynchornously. http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-style-element add MutationObserver and WeakMap to karma serve list Don't try to access CSSRules length if it doesn't exist If we add event listeners first, don't need to call done explicitly
- Loading branch information
Showing
6 changed files
with
47 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
[ | ||
"../MutationObservers/build.json", | ||
"src/scope.js", | ||
"src/Loader.js", | ||
"src/Parser.js", | ||
|
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
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
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