mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-30 11:14:27 +08:00
Merge pull request #4600 from qhung49/patch-1
Update chrome.identity with new API version 29
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