From df686d40e420451fa068ff31e9eefb59dd4fd184 Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Mon, 13 Nov 2023 11:16:05 +0000 Subject: [PATCH] Remove buffer polyfill requirement from docs (#3229) --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 9cf5666a6d..e093c14132 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,6 @@ through a tool like [Babel](https://babeljs.io), and to add polyfills for e.g. `Map`, `Set`, `Promise`, `Headers`, `Array.prototype.includes`, `Object.entries` and `String.prototype.endsWith`. -Additionally, when using this package in an environment other than Node.js, you -will need [a polyfill for Node's `buffer` -module](https://www.npmjs.com/package/buffer). - ## Node.js Support Our JavaScript Client Libraries track Node.js [LTS