isaacs / sax-js

A sax style parser for JS
Other
1.09k stars 325 forks source link

Move away from Buffer constructor #240

Open gabrielschulhof opened 6 years ago

gabrielschulhof commented 6 years ago

There are two tests in the repo that still use the deprecated buffer constructor. Would it be possible to move those to Buffer.from()?