Zen-Ninja Kat
Zen-Ninja Kat
Namely, I need the def of async version of `chrome.tabs.getCurrent()`. When I try to `import chrome from "chrome-extension-async/chrome-extension-async";` TS says `node_modules/chrome-extension-async is not a module`.
And accept tabs as indentation.
# 🐛 bug report When inspecting TS files generated with inline source maps in chrome debugger - the mapping turns out to be absolutely wrong. ## 🎛 Configuration (.babelrc, package.json,...
I am developing a Chrome extension that makes extensive use of the context menu. Currently I am unable to test that with Puppeteer. And Puppeteer is supposed to be an...
It's not really an issue with Puppeteer, but maybe you guys can advise 🙏 I'm devving a chrome extension and it uses devtools protocol to emulate input to fill in...
Hi! cool product :) Typescript support in the pipeline?
Interesting, since the notion of background script is now deprecated in favour of service workers
I would like to be able to disable auto-completion for some fields, namely commit Subject.
``` jade div(data-html='First very long line' + 'Second very long line' + 'Third very long line') ``` Produces only ``.