diff --git a/package.json b/package.json index daa09973c88..9f5514968cb 100644 --- a/package.json +++ b/package.json @@ -268,6 +268,7 @@ "tether-drop": "https://github.com/torkelo/drop/tarball/master", "tinycolor2": "1.4.1", "tti-polyfill": "0.2.2", + "url-search-params-polyfill": "7.0.1", "whatwg-fetch": "3.0.0", "xss": "1.0.3" }, diff --git a/public/app/app.ts b/public/app/app.ts index 548842fbce6..4cccf1204d5 100644 --- a/public/app/app.ts +++ b/public/app/app.ts @@ -1,6 +1,7 @@ import '@babel/polyfill'; import 'whatwg-fetch'; // fetch polyfill needed for PhantomJs rendering import 'abortcontroller-polyfill/dist/polyfill-patch-fetch'; // fetch polyfill needed for PhantomJs rendering +import 'url-search-params-polyfill'; // fetch polyfill needed for PhantomJs rendering import 'file-saver'; import 'lodash'; import 'jquery'; diff --git a/yarn.lock b/yarn.lock index 5bb49d9ce9d..c3ed1edfbf1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -21744,6 +21744,11 @@ url-parse@^1.4.3: querystringify "^2.1.1" requires-port "^1.0.0" +url-search-params-polyfill@7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/url-search-params-polyfill/-/url-search-params-polyfill-7.0.1.tgz#b900cd9a0d9d2ff757d500135256f2344879cbff" + integrity sha512-bAw7L2E+jn9XHG5P9zrPnHdO0yJub4U+yXJOdpcpkr7OBd9T8oll4lUos0iSGRcDvfZoLUKfx9a6aNmIhJ4+mQ== + url@0.11.0, url@^0.11.0: version "0.11.0" resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1"