UNPKG

110 BJavaScriptView Raw
1require('core-js/es7/object');
2
3if (typeof URL === 'undefined') {
4 window.URL = require('whatwg-url').URL;
5}