mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 09:45:42 +02:00
lookChar refactoring
This commit is contained in:
parent
ba87d2fe11
commit
19e8f2f059
8 changed files with 251 additions and 272 deletions
|
@ -623,7 +623,7 @@ function isArray(v) {
|
|||
|
||||
function isStream(v) {
|
||||
return typeof v == 'object' && v !== null && v !== undefined &&
|
||||
('getChar' in v);
|
||||
('getBytes' in v);
|
||||
}
|
||||
|
||||
function isArrayBuffer(v) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue