You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found that an implementation of a streaming Boyer-Moore-Horspool search streamsearch breaks because of this. Seems pretty egregious as it's a break from the Node API.
Causing zlib-browserify to be broken: brianloveswords/zlib-browserify#6
To produce the issue:
browserify test.js >out.js
debugger
statement like this:You will notice that
l
is aBuffer
andl[0]
is yieldingundefined
when it should yield 31. Note also thatl.parent[0]
works.The text was updated successfully, but these errors were encountered: