Skip to content

Instantly share code, notes, and snippets.

@Sebmaster
Last active August 29, 2015 14:20
Show Gist options
  • Save Sebmaster/336574d2d07f0bd753e5 to your computer and use it in GitHub Desktop.
Save Sebmaster/336574d2d07f0bd753e5 to your computer and use it in GitHub Desktop.
WHATWG-URL respec
"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