* Subclasses can override this method to opt-in into being called to * prerender when document itself is not yet visible (pre-render mode). * * The return value of this function is used to determine whether or not the * element will be built _and_ laid out during prerender mode. Therefor
(unusedElement)
| 141 | * |
| 142 | */ |
| 143 | static prerenderAllowed(unusedElement) { |
| 144 | return false; |
| 145 | } |
| 146 | |
| 147 | /** |
| 148 | * Subclasses can override this method to opt-in into being called to |
no outgoing calls
no test coverage detected