[whatwg/fetch] Editorial: add note on event listeners & preflight (#578)

We already have this in the XHR spec, but I think it would be helpful to
readers to also have a note in the Fetch spec at point of use, because the
Fetch spec is what gets cited at StackOverflow and such as the source for
requirements on what causes a preflight. So omitting mention of this case from
the Fetch spec risks making people (continue to) forget this is among the
things that could be causing a preflight they’re running into but that they
don’t understand the reason for or how to prevent it.
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/fetch/pull/578

-- Commit Summary --

  * Editorial: add note on event listeners & preflight

-- File Changes --

    M fetch.bs (3)

-- Patch Links --

https://github.com/whatwg/fetch/pull/578.patch
https://github.com/whatwg/fetch/pull/578.diff

-- 
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/pull/578

Received on Saturday, 12 August 2017 08:07:01 UTC