mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
docs: dedupe DOM category (#15868)
This commit is contained in:
parent
ffffa2f7c4
commit
8f0a6770db
1 changed files with 1 additions and 1 deletions
2
cli/dts/lib.deno.shared_globals.d.ts
vendored
2
cli/dts/lib.deno.shared_globals.d.ts
vendored
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue