amazon-ivs-player
Advanced tools
Comparing version 1.22.0 to 1.23.0-rc.3.2
@@ -589,2 +589,6 @@ | ||
/** | ||
* Contains details about the service worker configuration. | ||
*/ | ||
serviceWorker?: ServiceWorkerConfig; | ||
} | ||
@@ -901,2 +905,24 @@ | ||
/** | ||
* @public | ||
* Configuration for a service worker. Primary used to enable low latency | ||
* mode on iOS Safari. | ||
*/ | ||
export declare interface ServiceWorkerConfig { | ||
/** | ||
* URL to the service worker script. | ||
* */ | ||
url: string; | ||
/** | ||
* Scope of the service worker. Defaults to the service worker path. | ||
* */ | ||
scope?: string; | ||
} | ||
/** | ||
* Maps {@link PlayerState} event names to their payload values. | ||
@@ -903,0 +929,0 @@ * All state events return `void`. |
{ | ||
"name": "amazon-ivs-player", | ||
"version": "1.22.0", | ||
"version": "1.23.0-rc.3.2", | ||
"description": "Amazon IVS Player Web SDK", | ||
@@ -5,0 +5,0 @@ "homepage": "https://aws.amazon.com/ivs/", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3178938
881
2