Skip to content

Commit 1a11ba2

Browse files
Closure Teamcopybara-github
authored andcommitted
Add pendingUrl property to Chrome Tab object.
PiperOrigin-RevId: 321241832
1 parent 80d269f commit 1a11ba2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

contrib/externs/chrome.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,10 @@ Tab.prototype.mutedInfo;
470470
Tab.prototype.url;
471471

472472

473+
/** @type {string|undefined} */
474+
Tab.prototype.pendingUrl;
475+
476+
473477
// TODO: Make this field optional once dependent projects have been updated.
474478
/** @type {string} */
475479
Tab.prototype.title;

0 commit comments

Comments
 (0)