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.

See Also

Reference

Sys.Browser Class