mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 17:55:37 +02:00
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:
parent
c71a291317
commit
1f5ebfbf0c
16 changed files with 26 additions and 713 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue