|
@@ -3,14 +3,6 @@ import '@webcomponents/url'; // Polyfill for URL constructor
|
3
|
3
|
|
4
|
4
|
import { Platform } from '../../react';
|
5
|
5
|
|
6
|
|
-// XXX The library lib-jitsi-meet utilizes window.localStorage at the time of
|
7
|
|
-// this writing and, consequently, the browser-related polyfills implemented
|
8
|
|
-// here by the feature base/lib-jitsi-meet for the purposes of the library
|
9
|
|
-// lib-jitsi-meet are incomplete without the Web Storage API! Should the library
|
10
|
|
-// lib-jitsi-meet (and its dependencies) stop utilizing window.localStorage,
|
11
|
|
-// the following import may be removed:
|
12
|
|
-import '../../storage';
|
13
|
|
-
|
14
|
6
|
/**
|
15
|
7
|
* Gets the first common prototype of two specified Objects (treating the
|
16
|
8
|
* objects themselves as prototypes as well).
|