* Get the title of the current HTML document.
()
| 26 | * Get the title of the current HTML document. |
| 27 | */ |
| 28 | getTitle(): string { |
| 29 | return this._doc.title; |
| 30 | } |
| 31 | |
| 32 | /** |
| 33 | * Set the title of the current HTML document. |
no outgoing calls
no test coverage detected