Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

n is undefied #220

Open
apryk opened this issue Sep 19, 2019 · 3 comments
Open

n is undefied #220

apryk opened this issue Sep 19, 2019 · 3 comments

Comments

@apryk
Copy link

apryk commented Sep 19, 2019

Please add "let" or "var" inside getStringFromDB() such as:

function getStringFromDB(buffer, start, length) {
var outstr = "";
for (let n = start; n < start+length; n++) {
outstr += String.fromCharCode(buffer.getUint8(n));
}
return outstr;
}

@RichardC64
Copy link

var is present in github, but not in the pacckage uploaded on npm.

@fatso83
Copy link

fatso83 commented Oct 28, 2019

@MikeKovarik
Copy link

Also I would love you to check out my exifr. It was built to be very performant, memory efficient, supports many file formats and segments. And it's overall awesome :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants