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
process.hrtime is not a valid function in the browser.
process.hrtime
Have this ever been tested in the browser? Tests are passing fine in NodeJS.
https://github.com/mclaeysb/simplepolygon/search?utf8=%E2%9C%93&q=process.hrtime&type=
Might be handy to set up a simple /docs folder with an index.html and a browser friendly build to simply test this library in the browser. Here's a "minimalistic" approach I've been doing for some of my libraries https://github.com/DenisCarriere/slippy-tile/tree/master/docs.
/docs
index.html
I can send a PR to include a simple Rollup config that builds the bundle, let me know.
For this type of debugging/timings, you could look into including debug for your internal testing/debugging.
debug
The text was updated successfully, but these errors were encountered:
Closed thanks to #6
Sorry, something went wrong.
No branches or pull requests
process.hrtime
is not a valid function in the browser.Have this ever been tested in the browser? Tests are passing fine in NodeJS.
https://github.com/mclaeysb/simplepolygon/search?utf8=%E2%9C%93&q=process.hrtime&type=
Might be handy to set up a simple
/docs
folder with anindex.html
and a browser friendly build to simply test this library in the browser. Here's a "minimalistic" approach I've been doing for some of my libraries https://github.com/DenisCarriere/slippy-tile/tree/master/docs.I can send a PR to include a simple Rollup config that builds the bundle, let me know.
For this type of debugging/timings, you could look into including
debug
for your internal testing/debugging.The text was updated successfully, but these errors were encountered: