DFrameAPI: stopOnError

The stopOnError set to true (default value) causes dFrameAPI execute the stop instruction after dFrameAPI's errors messages. As the stop instruction does not exist that will launch - if installed and you are working with IE - the Microsoft Script Debugger.

Example

DFrameAPI.stopOnError(false)

Syntax

DFrameAPI.stopOnError(boolean)

Parameters

boolean

if true execute the stop instruction

Return value

no return value