Skip to content

Commit

Permalink
🔖 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Jan 22, 2019
1 parent 44c50e5 commit 91bf895
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 15 deletions.
6 changes: 1 addition & 5 deletions dist/abort-controller.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/abort-controller.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions dist/abort-controller.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,7 @@ class AbortController {
* Abort and signal to any observers that the associated activity is to be aborted.
*/
abort() {
// Not depend on this.signal which is overridable.
const signal = getSignal(this);
if (signal != null) {
abortSignal(signal);
}
abortSignal(getSignal(this));
}
}
/**
Expand Down
Loading

0 comments on commit 91bf895

Please sign in to comment.