From 0ed7888976b77db5c9d53397a0362b35f45ee61d Mon Sep 17 00:00:00 2001 From: Jesse Wright <63333554+jeswr@users.noreply.github.com> Date: Thu, 9 Nov 2023 15:49:24 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ---- 1 file changed, 4 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 From 046a99c95aeee12e99ede2b3e9cae24150b51b68 Mon Sep 17 00:00:00 2001 From: Nicolas Ayral Seydoux Date: Mon, 13 Nov 2023 11:56:30 +0100 Subject: [PATCH 2/2] Update API docs --- docs/api/source/index.rst | 4 ---- 1 file changed, 4 deletions(-) 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 ^^^^^^^^^^^^^^^