mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Fix chrome.identity.getRedirectURL return type
This commit is contained in:
Vendored
+1
-1
@@ -3436,7 +3436,7 @@ declare module chrome.identity {
|
||||
* @since Chrome 33.
|
||||
* @param path Optional. The path appended to the end of the generated URL.
|
||||
*/
|
||||
export function getRedirectURL(path?: string): void;
|
||||
export function getRedirectURL(path?: string): string;
|
||||
|
||||
/**
|
||||
* Fired when signin state changes for an account on the user's profile.
|
||||
|
||||
Reference in New Issue
Block a user