Described in https://w3c.github.io/webdriver-bidi/#type-script-LocalValue
Creates a new LocalValue object with an array.
| Name | Type | Description |
|---|---|---|
value | Array | The array. |
Creates a new LocalValue object with a BigInt value.
| Name | Type | Description |
|---|---|---|
value | BigInt | The BigInt value. |
Creates a new LocalValue object with a boolean value.
| Name | Type | Description |
|---|---|---|
value | boolean | The boolean value. |
Creates a new LocalValue object with the given channel value
| Name | Type | Description |
|---|---|---|
value | ChannelValue | The channel value. |
Creates a new LocalValue object with date value.
| Name | Type | Description |
|---|---|---|
value | string | The date. |
Creates a new LocalValue object of map value.
| Name | Type | Description |
|---|---|---|
map | Map | The map. |
Creates a new LocalValue object with a null value.
Creates a new LocalValue object with a number value.
| Name | Type | Description |
|---|---|---|
value | number | The number value. |
Creates a new LocalValue object from the passed object.
| Name | Type | Description |
|---|---|---|
object | Object | The object. |
Creates a new LocalValue object of regular expression value.
| Name | Type | Description |
|---|---|---|
value | string | The value of the regular expression. |
Creates a new LocalValue object with the specified value.
| Name | Type | Description |
|---|---|---|
value | Set | The value to be set. |
Creates a new LocalValue object with a special number value.
| Name | Type | Description |
|---|---|---|
value | number | The value of the special number. |
Creates a new LocalValue object with a string value.
| Name | Type | Description |
|---|---|---|
value | string | The string value to be stored in the LocalValue object. |
Creates a new LocalValue object with an undefined value.