refactor(core): move Meta methods that only have one version from DomAdapter (#32408)
PR Close #32408
This commit is contained in:

committed by
Miško Hevery

parent
1a7c79746d
commit
89434e09c2
@ -40,13 +40,8 @@ export abstract class DomAdapter {
|
||||
abstract logGroupEnd(): any;
|
||||
|
||||
// Used by Meta
|
||||
abstract querySelectorAll(el: any, selector: string): any[];
|
||||
abstract remove(el: any): Node;
|
||||
abstract getAttribute(element: any, attribute: string): string|null;
|
||||
abstract appendChild(el: any, node: any): any;
|
||||
abstract createElement(tagName: any, doc?: any): HTMLElement;
|
||||
abstract setAttribute(element: any, name: string, value: string): any;
|
||||
abstract getElementsByTagName(element: any, name: string): HTMLElement[];
|
||||
abstract createHtmlDocument(): HTMLDocument;
|
||||
abstract getDefaultDocument(): Document;
|
||||
|
||||
|
Reference in New Issue
Block a user