MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / parseURL

Function parseURL

modules/data/url/url.js:23–23  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

21// https://url.spec.whatwg.org/#url-class
22
23function parseURL(url) { return native("fx_parseURL").call(this, url); }
24function serializeURL(url) { return native("fx_serializeURL").call(this, url); }
25function parseQuery(query) { return native("fx_parseQuery").call(this, query); }
26function serializeQuery(pairs) { return native("fx_serializeQuery").call(this, pairs); }

Callers 11

constructorMethod · 0.85
hashMethod · 0.85
hostMethod · 0.85
hostnameMethod · 0.85
hrefMethod · 0.85
passwordMethod · 0.85
pathnameMethod · 0.85
portMethod · 0.85
protocolMethod · 0.85
searchMethod · 0.85
usernameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected