nsgenbind
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
URLSearchParams Interface Reference

import <urlutils.idl;

Public Member Functions

void append (USVString name, USVString value)
 
void delete (USVString name)
 
USVString get (USVString name)
 
sequence< USVString > getAll (USVString name)
 
boolean has (USVString name)
 
void set (USVString name, USVString value)
 

Public Attributes

 iterable< USVString, USVString >
 
 stringifier
 

Detailed Description

Definition at line 54 of file urlutils.idl.

Member Function Documentation

◆ append()

void URLSearchParams::append ( USVString  name,
USVString  value 
)

◆ delete()

void URLSearchParams::delete ( USVString  name)

◆ get()

USVString URLSearchParams::get ( USVString  name)

◆ getAll()

sequence< USVString > URLSearchParams::getAll ( USVString  name)

◆ has()

boolean URLSearchParams::has ( USVString  name)

◆ set()

void URLSearchParams::set ( USVString  name,
USVString  value 
)

Member Data Documentation

◆ iterable< USVString, USVString >

URLSearchParams::iterable< USVString, USVString >

Definition at line 60 of file urlutils.idl.

◆ stringifier

URLSearchParams::stringifier

Definition at line 62 of file urlutils.idl.


The documentation for this interface was generated from the following file: