Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
buffer: make FastBuffer safe to construct
Using an explicit constructor is necessary to avoid relying on `Array.prototype[Symbol.iterator]` and `%ArrayIteratorPrototype%.next`, which can be mutated by users.
- Loading branch information