We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36fb37e commit 024ab01Copy full SHA for 024ab01
lib/legacy/polymer.dom.d.ts
@@ -138,6 +138,7 @@ declare class DomApiNative {
138
insertBefore(newChild: Node, refChild: Node|null): Node;
139
removeChild(node: Node): Node;
140
replaceChild(oldChild: Node, newChild: Node): Node;
141
+ setAttribute(name: string, value: string): void;
142
removeAttribute(name: string): void;
143
querySelector(selector: string): Element|null;
144
querySelectorAll(selector: string): NodeListOf<Element>;
0 commit comments