From 046a99c95aeee12e99ede2b3e9cae24150b51b68 Mon Sep 17 00:00:00 2001 From: Nicolas Ayral Seydoux Date: Mon, 13 Nov 2023 11:56:30 +0100 Subject: [PATCH] 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 ^^^^^^^^^^^^^^^