Lucas Garron

Results 788 comments of Lucas Garron

> `navigator.clipboard` is only available in HTTPS, we migrated these days, and it caused `clipboard` error in HTTP environments for our business customers... That's good to know! Business websites should...

Could this be because you have no text selected when the touch starts? https://github.com/lgarron/clipboard-polyfill/issues/111

I was able to confirm this, but I don't think I can do anything to work around it. :-(

(Maybe this should go into another package, though?)

> Hey @lgarron! > Is the importScripts() call part of your worker code or is it threads.js that adds it? This is with the sample code, so it's either `threads.js`...

Anything simple I could do to help debug this?

Unfortunately not. I've given up on having a good development flow for web workers while several Parcel issues are still outstanding: https://github.com/parcel-bundler/parcel/issues/5504 https://github.com/parcel-bundler/parcel/issues/5473 https://github.com/parcel-bundler/parcel/issues/3959 I'm hoping to give it another...

Also, the lack of module workers in Firefox/Safari is a real pain, along with some other things that are hard for Parcel and this library to work around: https://github.com/lgarron/web-worker-compat-problems

> Are you on nightly or next? Nightly fixes some of the module resolution logic but importing the same dependency from different webworkers creates bundling issues at the moment I...

I can't reproduce this using a local copy of the submission server locally, so I'm guessing this is a Google Cloud limitation. Here is the output of `hstspreload +d "xn--neb-tma3u8u.xyz"`...