Re: [w3c/clipboard-apis] Add clipboard IDL description. (#158)

@mbrodesser commented on this pull request.



>  
-  dictionary ClipboardItemOptions {
-    PresentationStyle presentationStyle = "unspecified";
+         1. Resolve |p| with |v|.

Interesting question. To be explicit, the question is whether to return the same object or a copy. To cover the case of large data, it seems reasonable to return the same object. To make web-developers aware of this, the `<dl class=note>` for `ClipboardItem` should be augmented with that information.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/clipboard-apis/pull/158#discussion_r769521163

Received on Wednesday, 15 December 2021 11:04:47 UTC