Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
describe(
"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
toBe
Method · 0.80
append
Method · 0.65
get
Method · 0.65
delete
Method · 0.65
log
Method · 0.65
values
Method · 0.45
has
Method · 0.45
set
Method · 0.45
toString
Method · 0.45
Tested by
no test coverage detected