browserify / commonjs-assert

Node.js's require('assert') for all engines
MIT License
293 stars 57 forks source link

Update `util` to 0.12.4 #53

Closed agektmr closed 2 years ago

agektmr commented 2 years ago

Chrome 92 started to disable SharedArrayBuffer without cross-origin isolation which can be enabled by sending the page with special HTTP headers. This change causes Chrome to emit a warning in DevTools console and developers are confused with the message. util is one of the libraries that uses SharedArrayBuffer and is causing the warning to appear in the console.

Luckily, the issue in util has been resolved in v0.12.4 and I would like to propose applying the fixed version to this library.