- From: Gary Kacmarcik <notifications@github.com>
- Date: Thu, 04 Mar 2021 16:00:50 -0800
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 5 March 2021 00:01:04 UTC
[ClipboardItem.lastModified](https://w3c.github.io/clipboard-apis/#dom-clipboarditem-lastmodified) is currently defined as `long long`. It probably should be `unsigned long long`, but [DOMTimeStamp](https://developer.mozilla.org/en-US/docs/Web/API/DOMTimeStamp) seems like an even better choice. Is there a good reason to keep this `long long`? Any objections to changing this to `DOMTimeStamp`? -- 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/issues/138
Received on Friday, 5 March 2021 00:01:04 UTC