AVRO-3174 JavaScript: Do not use deprecated constructors of Buffer (#1285)

Use Buffer.alloc(), allocUnsafeSlow() and from() factory methods instead
8 files changed
tree: 36a021cd94b77a51fe1421548eb8494977fcb4f8
  1. .github/
  2. .travis/
  3. doc/
  4. lang/
  5. share/
  6. .asf.yaml
  7. .editorconfig
  8. .gitignore
  9. .yamllint.yml
  10. BUILD.md
  11. build.sh
  12. composer.json
  13. DIST_README.txt
  14. docker-compose.yml
  15. LICENSE.txt
  16. NOTICE.txt
  17. pom.xml
  18. README.md
README.md

Apache Avro™

test c test c# test c++ test java test javascript test perl test ruby test python test php

codeql c# codeql java codeql javascript codeql python


Apache Avro™ is a data serialization system.

Learn more about Avro, please visit our website at:

https://avro.apache.org/

To contribute to Avro, please read:

https://cwiki.apache.org/confluence/display/AVRO/How+To+Contribute