Just like here in the Firefox extension, can we add a hook that can let a web page communicate with the extension to take a screenshot (either by postMessage, a DOM API added by a WebExtension-compatible content script, etc.)?
The screenshot bits are the most important for us, when we direct people to a new WebCompat issue form from a link in content on a WebVR page.
Just like here in the Firefox extension, can we add a hook that can let a web page communicate with the extension to take a screenshot (either by
postMessage, a DOM API added by a WebExtension-compatible content script, etc.)?The screenshot bits are the most important for us, when we direct people to a new WebCompat issue form from a link in content on a WebVR page.