Hyun Hwang

Results 17 comments of Hyun Hwang

~~Currently, there is no official way to make screenshot directly from the page, except the page inside [an IFrame](https://developer.mozilla.org/en-US/docs/Web/API/HTMLIFrameElement/getScreenshot).~~ However, there is [an interesting way](http://html2canvas.hertzen.com/) of generating a screenshot using...

Huh, that did slip through my hand; was searching MDN with the term 'screenshot' only. XD

I've been trying to implement this and thinking about how to 'store' the screenshot image; for now, I can think of two ways: * Converting the image to `data:` URL...

Yes, I also thought that to minimize the footprint of the suspend page the extension should drop the image data to somewhere whenever the tab loses focus and reprint when...

There aren't actually a fixed order in the languages listing; it's more likely up to each lang's own maintainer. In Korean doc's case, we just sorted them according to ISO...

I found a related discussion Boscop/web-view#64. People smarter than me (😂) are already taking care of that, thus I am going to change this issue to a feature request.

I cannot promise anything, but I can definitely start poking OLE API around for drag & drop support. (Maybe we can even use [com-rs](https://github.com/microsoft/com-rs) for this?)