Global

Methods

browserSessionBuilder()

Source:

request/params-parser(value, pattern, optsopt) → {Object.<string, string>}

Source:
Parameters:
Name Type Attributes Description
value string
pattern string
opts object <optional>
Properties
Name Type Attributes Default Description
cache object <optional>

object where reg expressions will be cached

mapper function <optional>

function that will decode value, default is decodeURIComponent

boud string <optional>
"\x02\x00\x00\x03"

function that will decode value, default is decodeURIComponent

ret object <optional>

object to be updated with found params

tableIndex Array.<string> <optional>

list of parameters' names ( @experimental )

pRegExp string <optional>
"\\:([a-z][a-z0-9]+)"

RegExp params' chars

matchGroup string <optional>
"([^\\/]+)"

RegExp value

fixedEnd string <optional>
true

RegExp value

Returns:
Type
Object.<string, string>

Type Definitions

BrowserSessionModule(objectStoreArg, objectStoreConfopt) → {Promise.<ApplicationPrototypeInstance>}

Source:

browserSessionBuilder description

Parameters:
Name Type Attributes Description
objectStoreArg string | object

name or object of strategyStore

objectStoreConf object <optional>
Returns:

session application

Type
Promise.<ApplicationPrototypeInstance>