julienbourdeau / debugbar

Powerful devtools for Ruby on Rails. Inspired by the Laravel Debugbar.
https://debugbar.dev
MIT License
486 stars 7 forks source link

copy option is not working #37

Closed luiscobot closed 4 months ago

luiscobot commented 6 months ago

When I try to copy a query, I got an error in console, and the query is not copied.

CleanShot 2024-05-04 at 14 09 19@2x

julienbourdeau commented 6 months ago

What browser are you using?

luiscobot commented 6 months ago

I am using latest firefox, in chrome it works.

luiscobot commented 6 months ago

Oh, ClipboardItem is not available in firefox yet

CleanShot 2024-05-05 at 12 22 39@2x

julienbourdeau commented 5 months ago

It seems to be planned for firefox 129. I'm thinking I'd hide the button if the API is not available and it will automatically start showing up in Firefox 129.

luiscobot commented 4 months ago

Today Firefox 127 was released with support for ClipboardItem, I tested debugbar and now the copy option works also in Firefox