You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to call 'navigator.clipboard.write' for an SVG blob of data, but it appears that the navigator.clipboard object has no knowledge of the 'write' (or 'read') methods, when looking at the constructor. I only see 'readText' and 'writeText'. I was curious if there were any updates on implementing these methods. I'm currently on Chrome 71.
The text was updated successfully, but these errors were encountered:
We're working on the details of the read() and write() apis. They were not implemented in Chromium because we didn't have agreement and didn't want to ship an API until we had confidence that the method signature was mostly correct.
I'm attempting to call 'navigator.clipboard.write' for an SVG blob of data, but it appears that the navigator.clipboard object has no knowledge of the 'write' (or 'read') methods, when looking at the constructor. I only see 'readText' and 'writeText'. I was curious if there were any updates on implementing these methods. I'm currently on Chrome 71.
The text was updated successfully, but these errors were encountered: