Browser::Browser: Difference between revisions
MrPancakers (talk | contribs) (Created page with "'''Function''': Creates a browser ==Parameters== * '''URL''': {{RageType|String}} ==Syntax== <div class="header" style="background-color: #AE4040; color: #FFFFFF; border: 2px...") |
MrPancakers (talk | contribs) m (Was using the old browser template) |
||
| Line 17: | Line 17: | ||
==See Also== | ==See Also== | ||
{{ | {{Browser_definition_c}} | ||
[[Category:Clientside API]] | [[Category:Clientside API]] | ||
Revision as of 08:54, 7 May 2018
Function: Creates a browser
Parameters
- URL: String
Syntax
Client-Side
mp.browsers.new(url);
Example
let browser = mp.browsers.new("package://index.html");
See Also
- Functions:
- Properies: