Skip to content

ports/webassembly/library: Make use of CustomEvent detail property.#9904

Closed
dlech wants to merge 1 commit into
micropython:masterfrom
dlech:wasm-event
Closed

ports/webassembly/library: Make use of CustomEvent detail property.#9904
dlech wants to merge 1 commit into
micropython:masterfrom
dlech:wasm-event

Conversation

@dlech

@dlech dlech commented Nov 9, 2022

Copy link
Copy Markdown
Contributor

This changes the CustomEvent for stdout to use the existing detail property of CustomEvent instead of adding a data property.

Followup to #9752 (comment)

cc @ntoll

This changes the CustomEvent for stdout to use the existing `detail`
property of CustomEvent instead of adding a `data` property.

Signed-off-by: David Lechner <david@pybricks.com>
@ntoll

ntoll commented Nov 10, 2022

Copy link
Copy Markdown
Contributor

LGTM 👍 (and thanks for fixing this, it was on my todo list)

@dlech

dlech commented Nov 10, 2022

Copy link
Copy Markdown
Contributor Author

no problem 😄

@dpgeorge

Copy link
Copy Markdown
Member

Merged in ea07ab0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants