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

in IE is error #63

Open
EnkiLu opened this issue May 11, 2022 · 1 comment
Open

in IE is error #63

EnkiLu opened this issue May 11, 2022 · 1 comment

Comments

@EnkiLu
Copy link

EnkiLu commented May 11, 2022

SparkMD5.prototype.appendBinary = function (contents) {
    this._buff += contents;
    this._length += contents.length;

    var length = this._buff.length,
        i;

in IE is error
contents maybe null

@satazor
Copy link
Owner

satazor commented May 11, 2022

appendBinary is a function that you call (part of the public API), and it expects a string. You can’t call it with null.

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

2 participants