-
Notifications
You must be signed in to change notification settings - Fork 28
Remove eventHandler #423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove eventHandler #423
Conversation
index.html
Outdated
</li> | ||
<li> | ||
If |data| is `undefined`, assume that the notification |response| | ||
will contain a `void` data payload. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest reformulating to more exact prose, to something like
If |data| is
undefined
, let |response|'s |data| beundefined
(needs to be done consistently over all occurrences of |response|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Call of 2022-08-08
@relu91 will work (provide) an alternative to make clear what void
means..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM after resolving #423 (comment)
index.html
Outdated
</li> | ||
<li> | ||
If |data| is `undefined`, assume that the notification |response| | ||
will contain a `empty` data payload as specified by <a>Protocol Bindings</a>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is too generic here. From an algorithm we need to point to exact steps or algorithms from another spec.
If the referred spec doesn't have that, we need to figure that out for the HTTP protocol binding and include the steps here. Let's track that in a separate issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see #430
Scripting Call 2022-09-26 |
PR #423 introduced the emphasis for __empty__. I suggest to remove it all together. 1. emph is for LaTeX (my fault), in HTML it should be <em> 2. I quickly skimmed the current document and we use empty without emphasizing
As discussed #408 this PR removes references to
eventHandler
from the API.Preview | Diff