From a3aaf00bb3957780b519a20d8ca45b9f241ad91f Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Mon, 13 Nov 2023 13:15:46 +0000 Subject: [PATCH] Remove buffer polyfill from docs (#791) We don't need to polyfill this anymore as it is imported within the library Co-authored-by: Nicolas Ayral Seydoux --- README.md | 4 ---- docs/api/source/index.rst | 4 ---- 2 files changed, 8 deletions(-) diff --git a/README.md b/README.md index 7a9c4a57..ab5b8ac0 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,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 diff --git a/docs/api/source/index.rst b/docs/api/source/index.rst index 9e96fa0c..f29d4fec 100644 --- a/docs/api/source/index.rst +++ b/docs/api/source/index.rst @@ -72,10 +72,6 @@ through a tool like `Babel `__, 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 -`__. - Node.js Support ^^^^^^^^^^^^^^^