* loads data from a client-side resource * @param data a string or object which represents data
(data: any)
| 2063 | * @param data a string or object which represents data |
| 2064 | */ |
| 2065 | parse(data: any): void; |
| 2066 | |
| 2067 | /** |
| 2068 | * activates the specified extensions |
no outgoing calls
no test coverage detected