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

override HeadersInit to replace string[][] to [string, string][] #1334

Merged
merged 2 commits into from
May 17, 2022
Merged

override HeadersInit to replace string[][] to [string, string][] #1334

merged 2 commits into from
May 17, 2022

Conversation

ShuiRuTian
Copy link
Contributor

A runtime error will be thrown if the array is not two-arity

new Headers([[1]]) // error, Failed to construct 'Headers': Invalid value
new Headers([[1,2,3]]) // error, Failed to construct 'Headers': Invalid value

@github-actions
Copy link
Contributor

Thanks for the PR!

This section of the codebase is owned by @saschanaz - if they write a comment saying "LGTM" then it will be merged.

@saschanaz
Copy link
Contributor

Cool, lgtm

@github-actions github-actions bot merged commit 469bd54 into microsoft:main May 17, 2022
@github-actions
Copy link
Contributor

Merging because @saschanaz is a code-owner of all the changes - thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants