diff options
author | Moonchild <moonchild@palemoon.org> | 2020-06-12 01:08:26 +0000 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-06-13 11:52:42 +0200 |
commit | 301ae8c2df5dcec2c8d736e0397db563b621b9fd (patch) | |
tree | 8c9b761c89fd76dc9cdc6d54b999b8e0ba108e31 /dom/webidl/AbortController.webidl | |
parent | 21403c31e0288ad3c1921019f6f6185a0019a9a4 (diff) | |
download | UXP-301ae8c2df5dcec2c8d736e0397db563b621b9fd.tar UXP-301ae8c2df5dcec2c8d736e0397db563b621b9fd.tar.gz UXP-301ae8c2df5dcec2c8d736e0397db563b621b9fd.tar.lz UXP-301ae8c2df5dcec2c8d736e0397db563b621b9fd.tar.xz UXP-301ae8c2df5dcec2c8d736e0397db563b621b9fd.zip |
Issue #1587 - Part 8: Remove controller follow/unfollow
Since it didn't end up being in the final spec after all.
Diffstat (limited to 'dom/webidl/AbortController.webidl')
-rw-r--r-- | dom/webidl/AbortController.webidl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dom/webidl/AbortController.webidl b/dom/webidl/AbortController.webidl index f5d8f317b..4e9124075 100644 --- a/dom/webidl/AbortController.webidl +++ b/dom/webidl/AbortController.webidl @@ -10,6 +10,4 @@ interface AbortController { readonly attribute AbortSignal signal; void abort(); - void follow(AbortSignal signal); - void unfollow(AbortSignal signal); }; |