Skip to content

Commit

Permalink
rm ServiceWorkerActiveState.Indeterminate
Browse files Browse the repository at this point in the history
Remove this unused state that was only for the v15 SDK.
  • Loading branch information
jkasten2 committed Sep 11, 2024
1 parent 9435030 commit f3515f7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/shared/helpers/ServiceWorkerHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,12 +279,6 @@ export enum ServiceWorkerActiveState {
* No service worker is installed.
*/
None = 'None',
/**
* Service workers are not supported in this environment. This status is used
* on HTTP pages where it isn't possible to know whether a service worker is
* installed or not or in any of the other states.
*/
Indeterminate = 'Indeterminate',
}

export interface ServiceWorkerManagerConfig {
Expand Down

0 comments on commit f3515f7

Please sign in to comment.