Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zhelvis committed Oct 25, 2023
1 parent 5c8087e commit d972184
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export type TabFrameRequestContext = FrameRequestContext & {
* Tabs API. Wrapper around browser.tabs API.
*/
export class TabsApi {
// TODO: Use persistent map if extended serialization is implemented (AG-27098)
// TODO: Use a persistent map when the extended serialization is implemented. (AG-27098)
public context = new Map<number, TabContext>();

public onCreate = new EventChannel<TabContext>();
Expand Down

0 comments on commit d972184

Please sign in to comment.