mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 06:29:40 +08:00
Fix typo, schema => scheme (#10203)
See documentation https://developer.chrome.com/extensions/webRequest
This commit is contained in:
2
chrome/chrome.d.ts
vendored
2
chrome/chrome.d.ts
vendored
@@ -7304,7 +7304,7 @@ declare namespace chrome.webRequest {
|
||||
|
||||
interface WebAuthenticationChallengeDetails extends WebResponseHeadersDetails {
|
||||
/** The authentication scheme, e.g. Basic or Digest. */
|
||||
schema: string;
|
||||
scheme: string;
|
||||
/** The authentication realm provided by the server, if there is one. */
|
||||
realm?: string;
|
||||
/** The server requesting authentication. */
|
||||
|
||||
Reference in New Issue
Block a user