From 45aee76fea6ecad52da3034faa1c9d5b8241d66b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Rebours?= Date: Wed, 10 Jan 2024 11:47:26 +0100 Subject: [PATCH] add mention that polyfills of util and events are still necessary --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b7dd39f..1e92b89 100755 --- a/README.md +++ b/README.md @@ -838,6 +838,10 @@ This is done for: the repo because it is unmaintained). It isn't used in the browser nor react-native versions, therefore it is shimmed with an empty object. +However, the `browser` and `react-native` versions rely on node native modules and therefore must be polyfilled: +- `util` with https://github.com/browserify/node-util. +- `events` with https://github.com/browserify/events. + ## Performance ### Speed