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 linkValues be the result of getting Link from identifierResponse's header list.
If linkValues is non-null, then:
Let parsedLinkValues be the result of parsing linkValues per the #link-value ABNF. [RFC link]
For each parsedLinkValue of parsedLinkValues:
[Current processing of post-parsed-value goes here.]
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: