Skip to content

Commit

Permalink
Add chrome.storage.session to chrome extensions externs
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 676552724
  • Loading branch information
Closure Team authored and copybara-github committed Sep 19, 2024
1 parent 9fa5ddc commit b9360e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/externs/chrome_extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -7134,6 +7134,8 @@ chrome.storage.local;
/** @type {!StorageArea} */
chrome.storage.managed;

/** @type {!StorageArea} */
chrome.storage.session;

/** @type {!StorageChangeEvent} */
chrome.storage.onChanged;
Expand Down

0 comments on commit b9360e1

Please sign in to comment.