MCPcopy Create free account
hub / github.com/garrytan/gstack / clearLoadedHtml

Method clearLoadedHtml

browse/src/tab-session.ts:206–209  ·  view source on GitHub ↗

Clear stored HTML. Called BEFORE goto/back/forward/reload navigation.

()

Source from the content-addressed store, hash-verified

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}

Callers 1

handleWriteCommandFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected