mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
chore(ext): fix typo in ext/webgpu, ext/fetch (#14106)
This commit is contained in:
parent
eb4daafc51
commit
bb3387de17
3 changed files with 3 additions and 3 deletions
|
@ -210,7 +210,7 @@
|
|||
const value = entry[1];
|
||||
if (value === null) throw new TypeError("Unreachable");
|
||||
// The following if statement is not spec compliant.
|
||||
// `set-cookie` is the only header that can not be concatentated,
|
||||
// `set-cookie` is the only header that can not be concatenated,
|
||||
// so must be given to the user as multiple headers.
|
||||
// The else block of the if statement is spec compliant again.
|
||||
if (name === "set-cookie") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue