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
Hi, I'm planning to change something you use, in whatwg/fetch#814. The new design should be relatively straightforward for you, provided implementations actually use the ABNF for their parsers.
It would be something like:
Let header be the result of getting Clear-Site-Data from response's header list.
If header is non-null, then:
Let headerTypes be the result of parsing header per the 1#( quoted-string ) ABNF.
For each type of headerTypes, ...
Let me know if you have any concerns with this.
The text was updated successfully, but these errors were encountered:
Hi, I'm planning to change something you use, in whatwg/fetch#814. The new design should be relatively straightforward for you, provided implementations actually use the ABNF for their parsers.
It would be something like:
Let me know if you have any concerns with this.
The text was updated successfully, but these errors were encountered: