mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Update chrome.identity with new API version 29
For reference: https://developer.chrome.com/apps/identity#method-launchWebAuthFlow
This commit is contained in:
Vendored
+1
@@ -1082,6 +1082,7 @@ declare module chrome.history {
|
||||
////////////////////
|
||||
declare module chrome.identity {
|
||||
var getAuthToken: (options: any, cb: (token: {}) => void) => void;
|
||||
var launchWebAuthFlow: (options: any, cb: (redirect_url: string) => void) => void;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user