We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since 8157951#diff-748aab44419901d221371c9f7c2e2c4bf84e42df649e5f65a279bf139ebbbf63R69, we rely on the existence of process and especially process.hrtime to get timestamps. However this leads to unrecoverable exceptions when used in browsers.
process
process.hrtime
The function should either be shimmed or replaced with a browser-equivalent.
The text was updated successfully, but these errors were encountered:
fix(package-lock): pin mute-core version to prevent bug
1c0f5a3
see coast-team/mute-core#13
db6d232
No branches or pull requests
Since 8157951#diff-748aab44419901d221371c9f7c2e2c4bf84e42df649e5f65a279bf139ebbbf63R69, we rely on the existence of
process
and especiallyprocess.hrtime
to get timestamps. However this leads to unrecoverable exceptions when used in browsers.The function should either be shimmed or replaced with a browser-equivalent.
The text was updated successfully, but these errors were encountered: