Clear stored HTML. Called BEFORE goto/back/forward/reload navigation.
()
| 204 | |
| 205 | /** Clear stored HTML. Called BEFORE goto/back/forward/reload navigation. */ |
| 206 | clearLoadedHtml(): void { |
| 207 | this.loadedHtml = null; |
| 208 | this.loadedHtmlWaitUntil = undefined; |
| 209 | } |
| 210 | } |
no outgoing calls
no test coverage detected