patcg-individual-drafts / topics

The Topics API
https://patcg-individual-drafts.github.io/topics/
Other
605 stars 199 forks source link

Use "get a structured field value" algorithm in " handle topics response" #182

Closed domenic closed 1 year ago

domenic commented 1 year ago

https://fetch.spec.whatwg.org/#concept-header-list-get-structured-header can replace your steps 5-8. I think it is the same result.

Also the existing algorithm is probably wrong, due to https://github.com/whatwg/fetch/issues/1659.