new QueryHashItem(key, value) → {QueryHashItem}
A simple object with a unique id to keep track of key-value pairs
Parameters:
Name | Type | Description |
---|---|---|
key |
string | |
value |
string | number | boolean |
- Source:
Returns:
- Type
- QueryHashItem
Methods
toString(delimiteropt) → {string}
get a query string representation of the key-value data
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
delimiter |
string |
<optional> |
"=" | - |
- Source:
Returns:
- Type
- string