Last active
August 29, 2015 14:20
-
-
Save Sebmaster/336574d2d07f0bd753e5 to your computer and use it in GitHub Desktop.
WHATWG-URL respec
This file contains hidden or 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
"use strict"; | |
const URL = require("../lib/url").URL; | |
console.log( | |
new URL("/", "file:///C:/Users/Domenic/Dropbox/Programming/GitHub/jsdom/test/jsdom/index.js").href | |
); // file:///C:/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment