Browser::destroy
Внешний вид
Destroys browser instance.
Syntax
<syntaxhighlight lang="javascript">browser.destroy();</syntaxhighlight>
Example
<syntaxhighlight lang="javascript"> let browser = mp.browsers.at(0); if(browser) {
browser.destroy();
} </syntaxhighlight>
See also
- Functions:
- Properies: