Skip to content

Redesign of "extract header list values" expected #51

@annevk

Description

@annevk

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:

  1. Let header be the result of getting Clear-Site-Data from response's header list.
  2. If header is non-null, then:
    1. Let headerTypes be the result of parsing header per the 1#( quoted-string ) ABNF.
    2. For each type of headerTypes, ...

Let me know if you have any concerns with this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions