We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Perhaps RequestInfo should be @typedef {!Request|string|!TrustedURL}
RequestInfo
@typedef {!Request|string|!TrustedURL}
/** * @typedef {!Request|string} * @see https://fetch.spec.whatwg.org/#requestinfo */ var RequestInfo;
https://github.com/google/closure-compiler/blob/v20190709/externs/browser/fetchapi.js#L145
The text was updated successfully, but these errors were encountered:
On further investigation, the above suggestion is not currently applicable.
for now fetch() is not guarded
28 May 2019, w3c/trusted-types#176 (comment)
Sorry, something went wrong.
No branches or pull requests
Perhaps
RequestInfo
should be@typedef {!Request|string|!TrustedURL}
https://github.com/google/closure-compiler/blob/v20190709/externs/browser/fetchapi.js#L145
The text was updated successfully, but these errors were encountered: