-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Dispatch event when annotations have finished rendering. #12229
Conversation
4db9228
to
01c1b86
Compare
Looks good with the two final comments above addressed. |
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.
Looks good to me with the final comment addressed. Thanks!
/botio-linux preview |
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @timvandermeij received. Current queue size: 1 Live output at: http://54.67.70.0:8877/fd6f52468ad7338/output.txt |
This is needed for some smoke tests in mozilla central for testing forms in pdf.js. Note: AnnotationLayerBuilder.render() doesn't really need to be async, but we're talking of making the annotation's render functions async, so this will make that switch easier.
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/fd6f52468ad7338/output.txt Total script time: 0.13 mins |
/botio-linux preview |
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @timvandermeij received. Current queue size: 0 Live output at: http://54.67.70.0:8877/07ab5a71bbd3c2d/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/07ab5a71bbd3c2d/output.txt Total script time: 3.32 mins Published |
Thanks! |
This is needed for some smoke tests in mozilla central for testing forms
in pdf.js.
Note: AnnotationLayerBuilder.render() doesn't really need to be async, but
we're talking of making the annotation's render functions async, so this
will make that switch easier.