Dilan Guneratne

Results 3 issues of Dilan Guneratne

```javascript const fs = new Filer.FileSystem().promises; fs.open('/myfile', 'w+') .then(fd => fs.close(fd)) .then(() => fs.stat('/myfile')) .then(stats => { console.log(`stats: ${JSON.stringify(stats)}`); }) .catch(err => { console.error(err); }) ``` I'd like to write...

Library works great when used as part of a React project. However, is it possible to import this library as a plain browser script resource as well? I tried using...

#### Steps to Reproduce 1. Install the Chrome extension 2. Go to GitHub and click on the notification icon. #### What I Expected To be redirected to the octobox url...