Bug 1539003 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

We are failing the no-cors headers tests in headers-no-cors.window.html, because the Fetch spec has changed for the get, delete, and append methods to account for the no-cors case, and our code no longer follows it. If we update to match the spec-text, we should pass the failing tests.
We are failing the no-cors headers tests in headers-no-cors.window.html, because the Fetch spec has changed for the headers get, delete, and append methods to account for the no-cors case, and our code no longer follows it. If we update to match the spec-text, we should pass the failing tests.

Back to Bug 1539003 Comment 0