Skip to content

Commit

Permalink
Rename 'started' load reason to 'startup'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohail Rajdev committed Dec 18, 2024
1 parent 0b97ba9 commit 917c531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proposals/runtime_on_load_on_enabled_events.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@ namespace runtime {
//
// 'updated': The extension was reloaded after an update.
//
// 'started': The extension is being loaded during browser startup.
// 'startup': The extension is being loaded during browser startup.
//
// 'reload': The extension was reloaded (e.g. via `chrome.runtime.reload() or`
// the user manually reloaded the extension).
export type OnLoadedReason = 'enabled' |
'installed' |
'updated' |
'started' |
'startup' |
'reload';

export interface ExtensionLoadDetails {
Expand Down

0 comments on commit 917c531

Please sign in to comment.