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

Function serializeQuery

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

Source from the content-addressed store, hash-verified

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
28const SCHEME = 1;
29const USERNAME = 2;

Callers 2

toStringMethod · 0.70
updatePartsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected