|
|
vor 1 Monat | |
|---|---|---|
| .. | ||
| test | vor 1 Monat | |
| .eslintrc | vor 1 Monat | |
| .travis.yml | vor 1 Monat | |
| LICENSE | vor 1 Monat | |
| README.md | vor 1 Monat | |
| index.js | vor 1 Monat | |
| init-buffer.js | vor 1 Monat | |
| package.json | vor 1 Monat | |
This is a polyfill for Buffer#indexOf and Buffer#lastIndexOf introduced in NodeJS 4.0.
require("buffer-indexof-polyfill");
new Buffer("buffer").indexOf("uff") // return 1
new Buffer("buffer").indexOf("abc") // return -1
npm install buffer-indexof-polyfill