(element: HTMLElement, configuration: { attributes?: boolean; attributeFilter?: string[]; })
| 1000 | export interface IMutationObserverShim { |
| 1001 | disconnect(): void; |
| 1002 | observe(element: HTMLElement, configuration: { attributes?: boolean; attributeFilter?: string[]; }): void; |
| 1003 | } |
| 1004 | |
| 1005 | export interface IMutationRecordShim { |
no outgoing calls
no test coverage detected