You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
headers.entries is actually defined as a side of effect of the Headers object being defined as an iterable (https://webidl.spec.whatwg.org/#idl-iterable) so this is technically covered by the spec already... runtimes that support headers.entries (workerd, deno, node.js, etc) already compliant.
Headers.entries is implemented in some WinterCG runtimes (Deno Deploy & Cloudflare Workers) but is not in the spec.
Here's the example:
See related issue on WinterJS: wasmerio/winterjs#25 (comment)
Should
entries
be added to the spec so Cloudflare and Deno Deploy stay compliant with the spec and the rest of runtimes add support as well?The text was updated successfully, but these errors were encountered: