w3c / at-driver

AT Driver defines a protocol for introspection and remote control of assistive technology software, using a bidirectional communication channel.
https://w3c.github.io/at-driver
Other
31 stars 4 forks source link

Editorial: define variable in event algorithm #47

Closed jugglinmike closed 1 year ago

jugglinmike commented 1 year ago

Prior to this patch, the variable "session" was referenced without being declared. Although the WebDriver BiDi specification includes a rich concept of event subscriptions [1], this proposal uses a much less expressive model. Notably, a remote end only has a single active session at any given moment.

Define the "session" variable to take the value of the one and only active session.

[1] https://w3c.github.io/webdriver-bidi/#command-session-subscribe


Preview | Diff

jugglinmike commented 1 year ago

Resolves gh-45.

jugglinmike commented 1 year ago

Thanks for the review, @s3ththompson!