Browser::destroy: Difference between revisions
(Created page with "Destroys browser instance. ==Syntax== <syntaxhighlight lang="javascript">browser.destroy();</syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> let browser = mp....") |
No edit summary |
||
| Line 13: | Line 13: | ||
{{WebBrowser_function_c}} | {{WebBrowser_function_c}} | ||
[[Category:Clientside API]] | [[Category:Clientside API]] | ||
Revision as of 14:09, 7 May 2017
Destroys browser instance.
Syntax
browser.destroy();
Example
let browser = mp.browsers.at(0);
if(browser)
{
browser.destroy();
}
See also
- Functions:
- Properies: