Oh, TIL `.composed` 😅 Yes, [the spec](https://w3c.github.io/clipboard-apis/#clipboard-event-paste) says it should be `composed`. >The paste event bubbles, is cancelable, and is composed.
Bug 1689317 Comment 7 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Oh, TIL `.composed` 😅 Yes, [the spec](https://w3c.github.io/clipboard-apis/#clipboard-event-paste) says it should be `composed`. >The paste event bubbles, is cancelable, and is composed. ... which also applies to copy and cut events.