@vindral/web-sdk 2.2.9 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +2 -0
- package/package.json +1 -1
- package/web-sdk.esm.js +1 -1
- package/web-sdk.umd.js +1 -1
package/index.d.ts
CHANGED
|
@@ -1762,6 +1762,8 @@ declare class Fullscreen extends Emitter<FullscreenEvents> {
|
|
|
1762
1762
|
private onChange;
|
|
1763
1763
|
isFullscreen: () => boolean;
|
|
1764
1764
|
isSupported: () => boolean;
|
|
1765
|
+
private isFullscreenApiSupported;
|
|
1766
|
+
private isInIframe;
|
|
1765
1767
|
private get requestFn();
|
|
1766
1768
|
private get exitFn();
|
|
1767
1769
|
}
|
package/package.json
CHANGED