-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Add signal
-support in the EventBus
, and utilize it in the viewer (PR 17964 follow-up)
#17967
Conversation
31b74e0
to
2efdcdb
Compare
24da601
to
a7c0716
Compare
…(PR 17964 follow-up) This mimics the `signal` option that's available for `addEventListener`, see [MDN](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener#signal).
a7c0716
to
2831cae
Compare
/botio xfatest |
From: Bot.io (Linux m4)ReceivedCommand cmd_xfatest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/372f754d4fb8556/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_xfatest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/94eb888a1337835/output.txt |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/94eb888a1337835/output.txt Total script time: 6.51 mins
Image differences available at: http://54.193.163.58:8877/94eb888a1337835/reftest-analyzer.html#web=eq.log |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/372f754d4fb8556/output.txt Total script time: 12.37 mins
Image differences available at: http://54.241.84.105:8877/372f754d4fb8556/reftest-analyzer.html#web=eq.log |
…js and web/text_highlighter.js
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/07a8becbbf9a8fa/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/c4069fc76dbae61/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/07a8becbbf9a8fa/output.txt Total script time: 7.44 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/c4069fc76dbae61/output.txt Total script time: 18.41 mins
|
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.
r=me; nice work!
This mimics the
signal
option that's available foraddEventListener
, see MDN.