| 228 | |
| 229 | // oxlint-disable-next-line typescript/consistent-type-definitions |
| 230 | interface Element { |
| 231 | // WebKit-specific |
| 232 | scrollIntoViewIfNeeded: (bringToCenter?: boolean) => void; |
| 233 | } |
| 234 | |
| 235 | // Uint8Array and ArrayBuffer are type-compatible in TypeScript's covariant |
| 236 | // type checker, but in reality they are not. Let's assert correct use! |
nothing calls this directly
no outgoing calls
no test coverage detected