Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change dictionary match-dest to a list of strings #2730

Merged
merged 1 commit into from Feb 5, 2024
Merged

Conversation

pmeenan
Copy link
Contributor

@pmeenan pmeenan commented Feb 1, 2024

This changes the match-dest field to be a list of destination strings to allow for matching multiple destinations (i.e. document and frame).

This allows for matching an empty destination explicitly using an empty string. e.g. ("script" "")

Fix #2722
Fix #2723

@pmeenan
Copy link
Contributor Author

pmeenan commented Feb 1, 2024

@horo-t could you PTAL and see if this looks OK for the destination matching?

@pmeenan pmeenan merged commit cc4d181 into httpwg:main Feb 5, 2024
1 check passed
@pmeenan pmeenan deleted the dest branch February 5, 2024 18:41
Copy link

@horo-t horo-t left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Sorry for the late reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Handling empty destination Support a list of match-dest
2 participants