Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use bl@5's isBufferList to detect buffer list
`instanceof` doesn't work when using different instances of the BufferList class, for example when different versions of buffer list are used. This commit upgrades to bl@5 which adds `isBufferList` which should work across versions of `bl`. fixes #104
- Loading branch information