You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So we have only one member but it doesn't contain the IdlType field. The Operation type describe in the README.md (from this repo), contains the IdlType.
I was wondering if the correct results should be that one instead (with IdlType set to null):
According to the README.md the Operation type describe the idlType as below:
idlType: An IDL Type of what the operation returns, if exists.
So, the idlType is like the return type but if it does not exists, should the idlType be set to null or should the field be removed from the operation member (which does not make sense).
Hello,
I submit a
WebIDL
example for theWebIDL
checker at https://w3c.github.io/webidl2.js/checker/ .The
WebIDL
data is the following:And from the checker I'm getting the following result:
So we have only one member but it doesn't contain the
IdlType
field. TheOperation
type describe in theREADME.md
(from this repo), contains theIdlType
.I was wondering if the correct results should be that one instead (with
IdlType
set tonull
):Thanks
The text was updated successfully, but these errors were encountered: