Sys.Browser.hasDebuggerStatement Field
Returns a value that indicates whether the browser supports debug statements.
var debug = Sys.Browser.hasDebuggerStatement;
Return Value
true if the browser supports debug statements; otherwise, false.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Returns a value that indicates whether the browser supports debug statements.
var debug = Sys.Browser.hasDebuggerStatement;
true if the browser supports debug statements; otherwise, false.