Thomas Steiner
Thomas Steiner
If you're still working on this PR, the function at https://github.com/tomayac/opfs-explorer/blob/f86be0405bef6c68532be3a9fd347eab89e511a1/contentscript.js#L5-L48 may be 95% of what you're looking for. If you're interested in porting it here, please proceed.
The WebHID API [is not launching on Android](https://crbug.com/1516731), so even if your phone would support HID access, it's not exposed to the Web browser.
I don't have plans myself, but if you know how this works and are in a position to send a PR, I'm certainly happy to merge it.
@connorjclark I have opened a new PR: https://github.com/tomayac/esm-potrace-wasm/pull/7. Leaving this one open for comparison.
Thank you. I hope to be able to review this soon. (I'm a little concerned that it gets us too far from the original code, so if ever a new...
Yes, this exactly! And this is what @samthor's cool [solution](https://dev.to/chromiumdev/detecting-select-all-on-the-web-2alo) fixes.
> Does `` `` work? If not, worthwhile to file browser bugs to see that it does (because it should). A while ago already I have filed [crbug/970159](https://crbug.com/970159) for this...
> I wonder if passing the CSS strings directly in the filter property wouldn't be better[.] This would work for me.
Here’s a rather hilarious use case that would be enabled by such a high-level API: [Die With Me](https://diewithme.online/), _“[t]he chat app you can only use when you have less than...
> [Boomerang](https://github.com/SOASTA/boomerang) is an [open source](https://github.com/akamai/boomerang) JavaScript library for real user monitoring (commonly called RUM). It measures the performance characteristics of real-world page loads and interactions. That's an interesting use...