.getTitle()

Gets the title of the page

Implementations

if self.isInstance.not() (
  throw "instance function ran on non-instance"
)

return self.title ?? self.url.getTitle()

Last updated