Bluestep JS Documentation
Preparing search index...
Globals
load
Function load
load
(
source
:
any
)
:
any
Loads (parses and executes) the specified JavaScript source code.
Source can be of type:
a String: the path of the source file or a URL to execute.
java.lang.URL: the URL is queried for the source code to execute.
a JavaScript object: the object is queried for a name and a script property, which represent the source name and code, respectively.
all other types: the source is converted to a String.
Parameters
source
:
any
Returns
any
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Bluestep JS Documentation
Loading...
Loads (parses and executes) the specified JavaScript source code.
Source can be of type: