getNode

Looks up the current web page node. Each call performs a fresh lookup. Removed pages and nodes that no longer resolve to a web page return null.

getNode(): Promise<WebPageNode | null

Returns