Skip to content

Commit

Permalink
Remove buffer polyfill from docs (#791)
Browse files Browse the repository at this point in the history
We don't need to polyfill this anymore as it is imported within the library

Co-authored-by: Nicolas Ayral Seydoux <[email protected]>
  • Loading branch information
jeswr and NSeydoux authored Nov 13, 2023
1 parent 948e4dc commit a3aaf00
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions docs/api/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,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
^^^^^^^^^^^^^^^

Expand Down

1 comment on commit a3aaf00

@vercel
Copy link

@vercel vercel bot commented on a3aaf00 Nov 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.