(name: string)
| 1186 | hasAttribute(name: string): boolean; |
| 1187 | setAttribute(name: string, value: string): Element; |
| 1188 | removeAttribute(name: string): Element; |
| 1189 | before(content: string | ReadableStream | Response, options?: ContentOptions): Element; |
| 1190 | after(content: string | ReadableStream | Response, options?: ContentOptions): Element; |
| 1191 | prepend(content: string | ReadableStream | Response, options?: ContentOptions): Element; |
nothing calls this directly
no outgoing calls
no test coverage detected