(name: string, value: string)
| 1699 | getAttribute(name: string): string | null; |
| 1700 | hasAttribute(name: string): boolean; |
| 1701 | setAttribute(name: string, value: string): Element; |
| 1702 | removeAttribute(name: string): Element; |
| 1703 | before(content: string | ReadableStream | Response, options?: ContentOptions): Element; |
| 1704 | after(content: string | ReadableStream | Response, options?: ContentOptions): Element; |