Lucas Garron

Results 696 comments of Lucas Garron

Would you mind also sharing a repro where e.g. `npx tsc` runs into the given error?

Alright, I gave it a go on this branch: https://github.com/lgarron/clipboard-polyfill/tree/typescript-4.5.5 I want to avoid requiring TypeScript 4.4, since the whole point of this project is (now) legacy compat. I can't...

`navigator.clipboard` now supports `text/html` in Safari. Could you try that to see if it works any better?

Would you mind specifying which OS/browser version combinations work for you? (I believe that many Opera Mini clients are still using pre-Chromium codebases!)

Some copy operations seem to work now, but copying images and reading text still fail due to denied permissions. :-(

Unfortunately, Chrome Custom Tabs doesn't seem to allow interacting with the clipboard. :-/ This is the same issue as #118, so I'm gonna close fold this issue into that one....

> Unfortunately, Chrome Custom Tabs doesn't seem to allow interacting with the clipboard. :-/ > This is the same issue as #118, so I'm gonna close fold this issue into...

That sounds like `webpack` is trying to use the source code, which sounds pretty unexpected to me. I don't use `webpack`, so I would need a repro case to have...

> I don't use `webpack`, so I would need a repro case to have a chance of tackling this. Do you have a repo/branch where this shows up? This would...

> It's Node spec, `exports` makes unexported paths `private` and unavailable from other package. Sure, but relative imports inside the project should still work. And the three support paths are...