@bytescale/sdk
Advanced tools
Comparing version 3.19.0 to 3.20.0
@@ -5,3 +5,3 @@ import { ServiceWorkerConfig, ServiceWorkerConfigInitialized } from "./model/ServiceWorkerConfig"; | ||
sendMessage(message: TMessage, config: ServiceWorkerConfig, serviceWorkerScriptFieldName: string): Promise<ServiceWorkerConfigInitialized>; | ||
private registerServiceWorkerIfSupported; | ||
private registerServiceWorkerValidated; | ||
private getActiveServiceWorkerElseRegister; | ||
@@ -15,5 +15,5 @@ /** | ||
*/ | ||
private registerAuthServiceWorker; | ||
private registerServiceWorker; | ||
private waitForActiveServiceWorker; | ||
private getActiveServiceWorker; | ||
} |
{ | ||
"name": "@bytescale/sdk", | ||
"version": "3.19.0", | ||
"version": "3.20.0", | ||
"description": "Bytescale JavaScript SDK", | ||
@@ -5,0 +5,0 @@ "author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1003770
20888