1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-24 08:09:08 -05:00

docs: dedupe DOM category (#15868)

This commit is contained in:
Leo Kettmeir 2022-09-12 08:30:43 +01:00 committed by cjihrig
parent d0789cb1f8
commit 6341c4df4f
No known key found for this signature in database
GPG key ID: 7434390BDBE9B9C5

View file

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