• Robert Knight's avatar
    Work around broken URL constructor in PhantomJS 2.x · 393de421
    Robert Knight authored
    Under PhantomJS 2.x `new URL(uri)` works, so the feature test in
    `polyfills.js` passes, but the resulting URL object is an apparently
    empty object.
    
    Properties such as `hostname` and `href` are missing for example.
    
    Load the URL polyfill explicitly in the Karma-specific polyfill module.
    393de421
Name
Last commit
Last update
.github Loading commit data...
h Loading commit data...
images Loading commit data...
scripts Loading commit data...
.gitignore Loading commit data...
.hound.yml Loading commit data...
.jscsrc Loading commit data...
.jshintignore Loading commit data...
.jshintrc Loading commit data...
.npmignore Loading commit data...
.travis.yml Loading commit data...
CODE_OF_CONDUCT Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
gulpfile.js Loading commit data...
npm-shrinkwrap.json Loading commit data...
package.json Loading commit data...