* Triggered after performing view of given content. * @protected * @abstract * @return {void|Promise} Resolves when completed.
(content)
| 81 | * @return {void|Promise} Resolves when completed. |
| 82 | */ |
| 83 | async didView (content) { |
| 84 | // abstract method |
| 85 | } |
| 86 | |
| 87 | /** |
| 88 | * Runs callback safely, catching and handling thrown errors. |