Replace our URL polyfill with the one from core-js

`core-js` polyfills have proven to be of good quality and using them
prevents us from having to maintain them ourselves.
This commit is contained in:
Tim van der Meij 2019-09-15 16:43:50 +02:00
parent c71a291317
commit 1f5ebfbf0c
No known key found for this signature in database
GPG key ID: 8C3FD2925A5F2762
16 changed files with 26 additions and 713 deletions

View file

@ -20,7 +20,7 @@ import {
InvalidPDFException, isArrayBuffer, isSameOrigin, MissingPDFException,
NativeImageDecoding, PasswordException, setVerbosityLevel, shadow,
stringToBytes, UnexpectedResponseException, UnknownErrorException,
unreachable, URL, warn
unreachable, warn
} from '../shared/util';
import {
deprecated, DOMCanvasFactory, DOMCMapReaderFactory, DummyStatTimer,