Liking cljdoc? Tell your friends :D
ClojureScript only.

web.reporting.CrashReportBody

The CrashReportBody interface of the Reporting API represents body of a crash report (the return value of its Report.body

The CrashReportBody interface of the Reporting API represents
body of a crash report (the return value of its `Report.body`
raw docstring

reasoncljs

(reason this)

Property.

A string representing the reason for the crash. Current possible are: oom: The browser ran out of memory. unresponsive: The page was killed due to being unresponsive.

Property.

A string representing the reason for the crash. Current possible
are:
oom: The browser ran out of memory.
unresponsive: The page was killed due to being unresponsive.
sourceraw docstring

set-reason!cljs

(set-reason! this val)

Property.

A string representing the reason for the crash. Current possible are: oom: The browser ran out of memory. unresponsive: The page was killed due to being unresponsive.

Property.

A string representing the reason for the crash. Current possible
are:
oom: The browser ran out of memory.
unresponsive: The page was killed due to being unresponsive.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close