utils.agent.setPrefixed
setPrefixed(name: string, value: string, obj: object) → {boolean}
Set a vendor-prefixed property
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
name | string |
Property name |
||
value | string |
Property value |
||
obj | object |
<optional> |
globalThis |
Object or element reference to access |
Type | Description |
---|---|
boolean |
true if one of the vendor-prefixed property was found |