UNPKG

308 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.FEATURE_FLAG_FIREFOX_SUPPORT = void 0;
4// There is no Firefox support yet, the waitForFunction method
5// does not yet work and downloading has a bug.
6// Disabling this for now!
7exports.FEATURE_FLAG_FIREFOX_SUPPORT = false;