Howard Gil
Howard Gil
Ah I see that it was decided [not to move to v8](https://github.com/eslint/eslint/issues/13888) which conflicts with this chore. Maybe we can get eyes on [this PR](https://github.com/eslint/eslint/pull/18762) that will resolve the DepracationWarning...
If this is in fact an issue I will need this functionality too. I'm porting over my existing code and using chrome.storage.sync.set() directly and trying to log the .get() in...
I figured it was best to just refactor to useStorage since it's super quick, so I can't reproduce now but I can try later if you'd like. Most likely an...
For clarification I was trying to do `chrome.storage.sync.get(null, function(result) { console.log(result); });` directly in DevTools
I could make this change but it likely won't be top of mind since I wrote that hacky selector for Stylebot, so I have my super desired view haha
Also no one look at my chat title on second video 💀
Having this issue as well in Chrome. Deleted it for now but would like to be able to use this on local files as well
Having same issue
On second thought I'll add back broken-links and just change the path to ./ so that I can keep broken-links in my CI/CD. But would still be great if this...