Source code
Revision control
Copy as Markdown
Other Tools
/* -*- Mode: js; js-indent-level: 2; -*- */
/*
* Copyright 2011 Mozilla Foundation and contributors
* Licensed under the New BSD license. See LICENSE or:
*/
"use strict";
/**
* Browser 'URL' implementations have been found to handle non-standard URL
* schemes poorly, and schemes like
*
*
* are very common in source maps. For the time being we use a JS
* implementation in these contexts instead. See
*
*/
module.exports = require("../../whatwg-url.js").URL;