mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +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
|
@ -17,7 +17,7 @@ import {
|
|||
bytesToString, createPromiseCapability, createValidAbsoluteUrl, isArrayBuffer,
|
||||
isBool, isEmptyObj, isNum, isSameOrigin, isSpace, isString, log2,
|
||||
ReadableStream, removeNullCharacters, string32, stringToBytes,
|
||||
stringToPDFString, URL
|
||||
stringToPDFString
|
||||
} from '../../src/shared/util';
|
||||
|
||||
describe('util', function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue