Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix whatwg#458: enable cross-origin <track> and EventSource again
whatwg@7c5555a forgot to add a conditional to the same-origin fallback flag that caused mode to always end up as “same-origin” when it was set. So when integrating with Fetch we temporarily regressed EventSource and <track> by not letting them fetch across origins.
- Loading branch information