mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 09:45:42 +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
|
@ -16,7 +16,6 @@
|
|||
|
||||
import './compatibility';
|
||||
import { ReadableStream } from './streams_polyfill';
|
||||
import { URL } from './url_polyfill';
|
||||
|
||||
const IDENTITY_MATRIX = [1, 0, 0, 1, 0, 0];
|
||||
const FONT_IDENTITY_MATRIX = [0.001, 0, 0, 0.001, 0, 0];
|
||||
|
@ -970,7 +969,6 @@ export {
|
|||
readUint32,
|
||||
removeNullCharacters,
|
||||
ReadableStream,
|
||||
URL,
|
||||
setVerbosityLevel,
|
||||
shadow,
|
||||
string32,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue