(name: string, value: string)
| 1835 | getAttribute(name: string): string | null |
| 1836 | hasAttribute(name: string): boolean |
| 1837 | setAttribute(name: string, value: string): Element |
| 1838 | removeAttribute(name: string): Element |
| 1839 | before( |
| 1840 | content: string | ReadableStream | Response, |
no outgoing calls
no test coverage detected