self:clear_history
Client
Clears all browsing data and history from the webview
Syntax
local status = self:clear_history()Parameters
| No parameters are accepted by this function |
|---|
Returns
| Type | Name | Description |
|---|---|---|
bool | status | true on successful execution, false otherwise |
Examples
local entity = core.webview.create()
entity:clear_history()