WICG / background-fetch

API proposal for background downloading/uploading
https://wicg.github.io/background-fetch/
Apache License 2.0
281 stars 42 forks source link

Guard for Headers object #158

Open annevk opened 3 years ago

annevk commented 3 years ago

I was looking at https://github.com/whatwg/fetch/issues/771 and noticed that this specification doesn't define a guard for its Headers objects. Might also not be tested?

(Probably best to fix this on top of https://github.com/whatwg/fetch/pull/1157.)