1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-21 23:04:45 -05:00

docs: dedupe DOM category (#15868)

This commit is contained in:
Leo Kettmeir 2022-09-12 08:30:43 +01:00 committed by GitHub
parent ffffa2f7c4
commit 8f0a6770db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -442,7 +442,7 @@ declare function queueMicrotask(func: VoidFunction): void;
*/
declare function dispatchEvent(event: Event): boolean;
/** @category DOM */
/** @category DOM APIs */
interface DOMStringList {
/** Returns the number of strings in strings. */
readonly length: number;