The InterventionReportBody interface of the Reporting API represents
body of an intervention report (the return value of its Report.body
The InterventionReportBody interface of the Reporting API represents body of an intervention report (the return value of its `Report.body`
(column-number this)
Property.
A number representing the column in the source file in which intervention occurred, if known, or null otherwise.
Property. A number representing the column in the source file in which intervention occurred, if known, or null otherwise.
(id this)
Property.
A string representing the intervention that generated the report. can be used to group reports by deprecated feature.
Property. A string representing the intervention that generated the report. can be used to group reports by deprecated feature.
(line-number this)
Property.
A number representing the line in the source file in which the occurred, if known, or null otherwise.
Property. A number representing the line in the source file in which the occurred, if known, or null otherwise.
(message this)
Property.
A string containing a human-readable description of the intervention, information such how the intervention could be avoided. This matches the message a browser will display in its DevTools console an intervention is imposed, if one is available.
Property. A string containing a human-readable description of the intervention, information such how the intervention could be avoided. This matches the message a browser will display in its DevTools console an intervention is imposed, if one is available.
(set-column-number! this val)
Property.
A number representing the column in the source file in which intervention occurred, if known, or null otherwise.
Property. A number representing the column in the source file in which intervention occurred, if known, or null otherwise.
(set-id! this val)
Property.
A string representing the intervention that generated the report. can be used to group reports by deprecated feature.
Property. A string representing the intervention that generated the report. can be used to group reports by deprecated feature.
(set-line-number! this val)
Property.
A number representing the line in the source file in which the occurred, if known, or null otherwise.
Property. A number representing the line in the source file in which the occurred, if known, or null otherwise.
(set-message! this val)
Property.
A string containing a human-readable description of the intervention, information such how the intervention could be avoided. This matches the message a browser will display in its DevTools console an intervention is imposed, if one is available.
Property. A string containing a human-readable description of the intervention, information such how the intervention could be avoided. This matches the message a browser will display in its DevTools console an intervention is imposed, if one is available.
(set-source-file! this val)
Property.
A string containing the path to the source file where the intervention if known, or null otherwise.
Property. A string containing the path to the source file where the intervention if known, or null otherwise.
(source-file this)
Property.
A string containing the path to the source file where the intervention if known, or null otherwise.
Property. A string containing the path to the source file where the intervention if known, or null otherwise.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close