chore(ext): fix typo in ext/webgpu, ext/fetch (#14106)

This commit is contained in:
apeltop 2022-03-25 08:36:30 +09:00 committed by GitHub
parent eb4daafc51
commit bb3387de17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -401,7 +401,7 @@
return webidl.converters["Request"](V, opts);
}
}
// Passed to new URL(...) which implictly converts DOMString -> USVString
// Passed to new URL(...) which implicitly converts DOMString -> USVString
return webidl.converters["DOMString"](V, opts);
};
webidl.converters["RequestRedirect"] = webidl.createEnumConverter(