We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
index.md
1 parent 1142a10 commit 482b611Copy full SHA for 482b611
goldens/public-api/service-worker/index.md
@@ -8,6 +8,17 @@ import * as i0 from '@angular/core';
8
import { ModuleWithProviders } from '@angular/core';
9
import { Observable } from 'rxjs';
10
11
+// @public
12
+export interface NoNewVersionDetectedEvent {
13
+ // (undocumented)
14
+ type: 'NO_NEW_VERSION_DETECTED';
15
16
+ version: {
17
+ hash: string;
18
+ appData?: Object;
19
+ };
20
+}
21
+
22
// @public (undocumented)
23
export class ServiceWorkerModule {
24
static register(script: string, opts?: SwRegistrationOptions): ModuleWithProviders<ServiceWorkerModule>;
0 commit comments