Skip to content

Commit

Permalink
Merge pull request w3c#650 from w3c/getcontexts-sidepanel-tweak
Browse files Browse the repository at this point in the history
Update SIDE_PANEL in runtime.getContexts() proposal
  • Loading branch information
oliverdunk authored Jul 2, 2024
2 parents e5dc7c9 + 6f4be27 commit 2449c71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proposals/runtime_get_contexts.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ extension.ContextType = {
BACKGROUND: 'BACKGROUND',
// Offscreen documents for the extension.
OFFSCREEN_DOCUMENT: 'OFFSCREEN_DOCUMENT',
// A side panel context. Currently under development in Chromium.
SIDE_PANEL,
// A side panel or sidebar context.
SIDE_PANEL: 'SIDE_PANEL',
};
```

Expand Down

0 comments on commit 2449c71

Please sign in to comment.