WICG / pending-beacon

A better beaconing API
Other
43 stars 8 forks source link

Fetch confusion #63

Closed annevk closed 9 months ago

annevk commented 1 year ago

This is written as though Fetch were used as the underlying mechanism. However, since these are sent out-of-band, an implementation might not use the actual web-exposed Fetch API, and may instead use the underlying HTTP primitives directly.

That's not what fetch is. This has to use fetch and part of what this has to do as part of that is explain how policies get enforced.

mingyc commented 9 months ago

Addressed in https://github.com/whatwg/fetch/pull/1647