mirror of
https://github.com/denoland/deno.git
synced 2024-12-23 15:49:44 -05:00
docs: typo fixlet in worker type comment (#21268)
This commit is contained in:
parent
93c4c1a2c1
commit
0205cff834
1 changed files with 1 additions and 1 deletions
2
cli/tsc/dts/lib.webworker.d.ts
vendored
2
cli/tsc/dts/lib.webworker.d.ts
vendored
|
@ -2628,7 +2628,7 @@ interface EventTarget {
|
|||
*/
|
||||
addEventListener(type: string, callback: EventListenerOrEventListenerObject | null, options?: AddEventListenerOptions | boolean): void;
|
||||
/**
|
||||
* Dispatches a synthetic event to target event and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.
|
||||
* Dispatches a synthetic event to event target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise.
|
||||
*
|
||||
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/EventTarget/dispatchEvent)
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue