source:
node_modules/core-js-pure/web/url.js
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 226 bytes |
Line | |
---|---|
1 | 'use strict'; |
2 | require('./url-search-params'); |
3 | require('../modules/web.url'); |
4 | require('../modules/web.url.can-parse'); |
5 | require('../modules/web.url.to-json'); |
6 | var path = require('../internals/path'); |
7 | |
8 | module.exports = path.URL; |
Note:
See TracBrowser
for help on using the repository browser.