Eric Bidelman
Eric Bidelman
Not sure I follow completely. `.log()` is just meant as a convenient helper for writing the `console.log` statement yourself. It should really throw if `start` and `end` were never called....
> Maybe metric.log really should throw an error if there is no duration associated to it? Yea exactly :) That ways it's not ambiguous and you don't need to understand...
Good call. Or maybe you should always get an array? On Thu, Mar 23, 2017, 1:15 PM Gokul Kathirvel wrote: > if the user has made more than one measurement...
Does `import Metric from 'appmetrics.js'` not work? I guess I need an `export default`?
Any interest in sending a pr?
Yea good question. Would you be able to create another canvas and set it up?
Nice find! I'll comment over there.
I think you need to use the chrome specific filesystem apis in a chrome app. https://developer.chrome.com/apps/fileSystem On Mon, Jun 17, 2019, 6:49 AM benawarez wrote: > filer.js works awesome in...
PRs welcome for that. This library is pretty old school so it could use a lot of help modernizing to modules and today's best practice for libraries. However, the file...
This might have something to do with the extension permission model. The content script lives in its own world (origin). Can you create the FS within the extension context and...