w3c / network-error-logging

Network Error Logging
https://w3c.github.io/network-error-logging/
Other
81 stars 18 forks source link

Rebase NEL on top of Fetch #166

Open clelland opened 1 year ago

clelland commented 1 year ago

The spec was originally written with abstract "Network requests" which were not well-defined, and references the HTTP RFC for its definition of "request". There are a couple of notes in the spec that suggest things would be simpler if this were to use Fetch concepts directly, as well as some notes in issues:

(See https://github.com/w3c/network-error-logging/issues/101#issuecomment-461589396 for instance)

This may exclude some non-browser use cases, but this spec should probably be focused on clients which follow fetch.