Fix typo, schema => scheme (#10203)

See documentation https://developer.chrome.com/extensions/webRequest
This commit is contained in:
NN
2016-07-24 06:09:20 +03:00
committed by Mohamed Hegazy
parent 52087dbaee
commit 5e942d89e6

2
chrome/chrome.d.ts vendored
View File

@@ -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. */