(name: string)
| 1216 | readonly namespaceURI: string; |
| 1217 | getAttribute(name: string): string | null; |
| 1218 | hasAttribute(name: string): boolean; |
| 1219 | setAttribute(name: string, value: string): Element; |
| 1220 | removeAttribute(name: string): Element; |
| 1221 | before(content: string | ReadableStream | Response, options?: ContentOptions): Element; |
nothing calls this directly
no outgoing calls
no test coverage detected