[Webkit-unassigned] [Bug 174980] [Fetch API] Implement abortable fetch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 25 07:26:06 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=174980

--- Comment #2 from molsson <martin at minimum.se> ---
It's a strange that:

* caniuse.com claims that Safari supports AbortController
* window.AbortController is defined in Safari

...but a simple testcase like this:

http://temp.minimum.se/abort-native.html

Shows that Safari 12.0.1 sends the request even if controller.abort() has been called, i.e. only some "placeholder AbortController" has been added in Safari. It is not working at all.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181125/452e544b/attachment.html>


More information about the webkit-unassigned mailing list