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

Function serializeURL

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

Source from the content-addressed store, hash-verified

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); }
27

Callers 13

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

Calls

no outgoing calls

Tested by

no test coverage detected