Re: [whatwg/fetch] Aborting a fetch: The Next Generation (#447)

I just landed FetchController, FetchSignal and FetchObserver in mozilla-inbound, disabled by pref.
The implementation follows comment 28, but without the 'priority' support.

We need to define the type of event to dispatch for abort and statechange. Currently I'm using a simple 'Event' object. Maybe this is enough.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/447#issuecomment-288430317

Received on Wednesday, 22 March 2017 15:13:23 UTC