Fix typo in "liseners" on line 21
This commit is contained in:
parent
97ef86242f
commit
3f8ab2426d
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ let controller = new AbortController();
|
||||||
A controller is an extremely simple object.
|
A controller is an extremely simple object.
|
||||||
|
|
||||||
- It has a single method `abort()`,
|
- It has a single method `abort()`,
|
||||||
- And a single property `signal` that allows to set event liseners on it.
|
- And a single property `signal` that allows to set event listeners on it.
|
||||||
|
|
||||||
When `abort()` is called:
|
When `abort()` is called:
|
||||||
- `controller.signal` emits the `"abort"` event.
|
- `controller.signal` emits the `"abort"` event.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue