Module
Node.URL.URLSearchParams  
- Package
- purescript-node-url
- Repository
- purescript-node/purescript-node-url
#URLSearchParams Source
data URLSearchParams#new Source
new :: Effect (URLSearchParams)#fromObject Source
fromObject :: forall r. Record r -> Effect URLSearchParamsEach label in the record arg must be of type String, Array String,
or a newtyped version of those two types.
Note: the compiler does not check the record arg to verify that this constraint
has been satisfied.
#appendParam Source
appendParam :: String -> String -> URLSearchParams -> Effect Unit- Modules
- Node.URL 
- Node.URL. URLSearchParams