Skip to content

Commit

Permalink
add mention that polyfills of util and events are still necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothée Rebours committed Jan 10, 2024
1 parent 632e05b commit 05d36c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05d36c5

Please sign in to comment.