We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
stream.js这段代码 function slice(buffer, startIndex, endIndex) 这个函数里 经常会出现 (endIndex - startIndex)<0 的情况 然后报错StreamLoader.read 请问怎么解决 截图已经发您qq了
The text was updated successfully, but these errors were encountered:
StreamLoader.prototype._getChunk的data.length < chunkSize發生的問題,加個判斷data.length > this.chunkSize就可以解決了。
Sorry, something went wrong.
可以提供PR或者之后有空会进行修复。
@bondzasd 已修复。
No branches or pull requests
stream.js这段代码 function slice(buffer, startIndex, endIndex) 这个函数里 经常会出现 (endIndex - startIndex)<0 的情况 然后报错StreamLoader.read 请问怎么解决 截图已经发您qq了
The text was updated successfully, but these errors were encountered: