Revert "FIX: Detect more unsupported browsers"
This change broke IE11 support, even with the polyfills enabled. We may need to add a WeakSet polyfill, but reverting this change for now.
This reverts commit 1cd8c6ce4c
.
This commit is contained in:
parent
9c40c42bb5
commit
4eebbd2212
|
@ -1,3 +1,3 @@
|
|||
if (!window.WeakMap || !window.WeakSet || !window.Promise) {
|
||||
if (!window.WeakMap || !window.Promise) {
|
||||
window.unsupportedBrowser = true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue