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.
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.