Skip to content

Conversation

@beaufortfrancois
Copy link

I've noticed the following Javascript issues in the proposal examples:

  • execute: async execute(...) => { is not valid. It should be execute: (...) => {.
  • buyProduct(input should be buyProduct({ product_id } as we don't use input.
  • "modelContext" in window is wrong. It should be "modelContext" in window.navigator.
  • Remove extra async that are not needed.

@beaufortfrancois
Copy link
Author

@khushalsagar Please review

@w3cbot
Copy link
Contributor

w3cbot commented Jan 7, 2026

anssiko marked as non substantive for IPR from ash-nazg.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants