vaadin / cookbook

Copy & paste recipes for Vaadin
https://cookbook.vaadin.com/
Apache License 2.0
20 stars 39 forks source link

copy-to-clipboard uses deprecated API #335

Open simasch opened 2 weeks ago

simasch commented 2 weeks ago

According to https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API document.execCommand() is deprecated.

Therefor the https://cookbook.vaadin.com/copy-to-clipboard should be updated to use the Clipboard API.

TatuLund commented 2 weeks ago

Yes, related to: https://github.com/vaadin/flow/issues/17703

TatuLund commented 2 weeks ago

image