MCPcopy Create free account
hub / github.com/NativeScript/android / testURLSearchParamsImpl.js

File testURLSearchParamsImpl.js

test-app/app/src/main/assets/app/tests/testURLSearchParamsImpl.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1describe("Test URLSearchParams ", function () {
2 const fooBar = "foo=1&bar=2";
3 it("Test URLSearchParams keys", function(){
4 const params = new URLSearchParams(fooBar);

Callers

nothing calls this directly

Calls 9

toBeMethod · 0.80
appendMethod · 0.65
getMethod · 0.65
deleteMethod · 0.65
logMethod · 0.65
valuesMethod · 0.45
hasMethod · 0.45
setMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected