Search
Preparing search index...
The search index is not available
WHATWG URL TypeScript Interfaces
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"SearchParameters"
External module "SearchParameters"
Index
Classes
Search
Parameters
Variables
find
klass
percentage
plus
replace
Functions
decode
encode
index
First
Of
initialize
query
replacer
Variables
Const
find
find
:
RegExp
= /[!'\(\)~]|%20|%00/g
Const
klass
klass
:
IStatic
= SearchParameters
Const
percentage
percentage
:
RegExp
= /%(?![0-9A-Fa-f]{2})/g
Const
plus
plus
:
RegExp
= /\+/g
Const
replace
replace
:
ReadonlyMap
<
string
,
string
>
= new Map<string, string>([['!', '%21'],[`'`, '%27'],['(', '%28'],[')', '%29'],['~', '%7E'],['%20', '+'],['%00', '\x00'],])
Functions
decode
decode
(
str
:
string
)
:
string
Parameters
str:
string
Returns
string
encode
encode
(
str
:
string
)
:
string
Parameters
str:
string
Returns
string
index
First
Of
index
First
Of
(
str
:
string
, fromIndex
:
number
, fallback
:
number
,
...
searchValues
:
Array
<
string
>
)
:
number
Parameters
str:
string
fromIndex:
number
fallback:
number
Rest
...
searchValues:
Array
<
string
>
Returns
number
initialize
initialize
(
map
:
Map
<
string
,
Array
<
string
>
>
, iterable
:
Iterable
<
[
string
,
string
|
ReadonlyArray
<
string
>
|
undefined
]
>
)
:
void
Parameters
map:
Map
<
string
,
Array
<
string
>
>
iterable:
Iterable
<
[
string
,
string
|
ReadonlyArray
<
string
>
|
undefined
]
>
Returns
void
query
query
(
str
:
string
)
:
IterableIterator
<
[
string
,
string
]
>
Parameters
str:
string
Returns
IterableIterator
<
[
string
,
string
]
>
replacer
replacer
(
match
:
string
)
:
string
Parameters
match:
string
Returns
string
Globals
"ISearch
Parameters"
"IUrl"
"
Search
Parameters"
"
Url"
"check"
"global"
"index"
"install"
"is
Iterable"
"setup"
"shim/URL"
"shim/URLSearch
Params"
Search
Parameters
find
klass
percentage
plus
replace
decode
encode
index
First
Of
initialize
query
replacer