MCPcopy Create free account
hub / github.com/microsoft/SandDance / stripQueryString

Function stripQueryString

docs/app/js/sanddance-app.js:55366–55368  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

55364 return -1;
55365}
55366function stripQueryString(url) {
55367 return url.replace(QUERY_STRING_PATTERN, "");
55368}
55369
55370},{"../../javascript-utils/is-type":"ceaCP","./mime-type-utils":"b0Cjj","@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"b0Cjj":[function(require,module,exports) {
55371var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");

Callers 1

getResourceUrlAndTypeFunction · 0.70

Calls 1

replaceMethod · 0.80

Tested by

no test coverage detected