Skip to content
New issue

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

Remove dependence on Node process #13

Open
rigelk opened this issue Feb 28, 2021 · 0 comments
Open

Remove dependence on Node process #13

rigelk opened this issue Feb 28, 2021 · 0 comments
Labels

Comments

@rigelk
Copy link

rigelk commented Feb 28, 2021

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.

The function should either be shimmed or replaced with a browser-equivalent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant