š¤ This is an automated pull request to align the spec with the latest Web IDL specification. š¤
The followings are the Web IDL validation messages, which may help understanding this PR:
Validation error at line 1 in ink-enhancement,0, inside `interface Ink`:
interface Ink {
^
Error: Interfaces must have [Exposed] extended attribute. To fix, add, for example, [Exposed=Window]. Please also consider carefully if your interface should also be exposed in a Worker scope. Refer to the WebIDL spec section on Exposed for more information.
Validation error at line 3 in ink-enhancement,0, inside `interface Ink -> operation requestPresenter -> argument param`:
optional InkPresenterParam? param = null);
^
Error: Dictionary arguments cannot be nullable.
Currently this autofix might introduce awkward code formatting, and feel free to manually fix it whenever it happens.
š¤ This is an automated pull request to align the spec with the latest Web IDL specification. š¤
The followings are the Web IDL validation messages, which may help understanding this PR:
Currently this autofix might introduce awkward code formatting, and feel free to manually fix it whenever it happens.
Please file an issue at https://github.com/saschanaz/webidl-updater/issues/new if you think this is invalid or should be enhanced.