Represents a script instance that interacts with a BiDi connection.
Constructs a new instance of the Script.
The BiDi connection object to use.
The BiDi connection object used by this script instance.
Gets Script events.
The Script events.
Adds a preload script to the BiDi connection.
The parameters for adding a preload script.
A promise that resolves with the result of adding a preload script.
Calls a function on the BiDi connection.
The parameters for calling a function.
A promise that resolves with the result of calling a function.
Disowns a script from the BiDi connection.
The parameters for disowning a script.
A promise that resolves when the script is disowned.
Evaluates a script on the BiDi connection.
The parameters for evaluating a script.
A promise that resolves with the result of evaluating a script.
Gets the realms from the BiDi connection.
The parameters for getting realms.
A promise that resolves with the result of getting realms.
Removes a preload script from the BiDi connection.
The parameters for removing a preload script.
A promise that resolves when the preload script is removed.
Represents a script instance that interacts with a BiDi connection.