.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
Gets the title of the page
if self.isInstance.not() (
throw "instance function ran on non-instance"
)
return self.title ?? self.url.getTitle()
Last updated