The DeprecationReportBody interface of the Reporting API represents
body of a deprecation report (the return value of its Report.body
The DeprecationReportBody interface of the Reporting API represents body of a deprecation report (the return value of its `Report.body`
(anticipated-removal this)
Property.
A Date object (rendered as a string) representing the date when feature is expected to be removed from the current browser. If date is not known, this property will return null.
Property. A Date object (rendered as a string) representing the date when feature is expected to be removed from the current browser. If date is not known, this property will return null.
(column-number this)
Property.
A number representing the column in the source file in which deprecated feature was used, if known, or null otherwise.
Property. A number representing the column in the source file in which deprecated feature was used, if known, or null otherwise.
(id this)
Property.
A string representing the deprecated feature that generated the for example NavigatorGetUserMedia. This can be used to group by deprecated feature.
Property. A string representing the deprecated feature that generated the for example NavigatorGetUserMedia. This can be used to group by deprecated feature.
(line-number this)
Property.
A number representing the line in the source file in which the feature was used, if known, or null otherwise.
Property. A number representing the line in the source file in which the feature was used, if known, or null otherwise.
(message this)
Property.
A string containing a human-readable description of the deprecation, information such as what newer feature has superceded it, if This typically matches the message a browser will display in DevTools console when a deprecated feature is used, if one is
Property. A string containing a human-readable description of the deprecation, information such as what newer feature has superceded it, if This typically matches the message a browser will display in DevTools console when a deprecated feature is used, if one is
(set-anticipated-removal! this val)
Property.
A Date object (rendered as a string) representing the date when feature is expected to be removed from the current browser. If date is not known, this property will return null.
Property. A Date object (rendered as a string) representing the date when feature is expected to be removed from the current browser. If date is not known, this property will return null.
(set-column-number! this val)
Property.
A number representing the column in the source file in which deprecated feature was used, if known, or null otherwise.
Property. A number representing the column in the source file in which deprecated feature was used, if known, or null otherwise.
(set-id! this val)
Property.
A string representing the deprecated feature that generated the for example NavigatorGetUserMedia. This can be used to group by deprecated feature.
Property. A string representing the deprecated feature that generated the for example NavigatorGetUserMedia. This can be used to group by deprecated feature.
(set-line-number! this val)
Property.
A number representing the line in the source file in which the feature was used, if known, or null otherwise.
Property. A number representing the line in the source file in which the feature was used, if known, or null otherwise.
(set-message! this val)
Property.
A string containing a human-readable description of the deprecation, information such as what newer feature has superceded it, if This typically matches the message a browser will display in DevTools console when a deprecated feature is used, if one is
Property. A string containing a human-readable description of the deprecation, information such as what newer feature has superceded it, if This typically matches the message a browser will display in DevTools console when a deprecated feature is used, if one is
(set-source-file! this val)
Property.
A string containing the path to the source file where the deprecated was used, if known, or null otherwise.
Property. A string containing the path to the source file where the deprecated was used, if known, or null otherwise.
(source-file this)
Property.
A string containing the path to the source file where the deprecated was used, if known, or null otherwise.
Property. A string containing the path to the source file where the deprecated was used, if known, or null otherwise.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close