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
The API is described using WebIDL to provide a formalized way of talking about parameters and calling sequences. This includes the use of promises and options.
Although there are a number of implementations of Promises outside of JavaScript, it is not intended that implementations strictly adhere to this and should stick to the normal language idioms for asynchronous or block calling conventions, as appropriate.
The text was updated successfully, but these errors were encountered:
The API is described using WebIDL to provide a formalized way of talking about parameters and calling sequences. This includes the use of promises and options.
Although there are a number of implementations of Promises outside of JavaScript, it is not intended that implementations strictly adhere to this and should stick to the normal language idioms for asynchronous or block calling conventions, as appropriate.
The text was updated successfully, but these errors were encountered: