Liking cljdoc? Tell your friends :D

web.reporting.DeprecationReportBody

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`
raw docstring

anticipated-removalcljs

(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.
sourceraw docstring

column-numbercljs

(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.
sourceraw docstring

idcljs

(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.
sourceraw docstring

line-numbercljs

(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.
sourceraw docstring

messagecljs

(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
sourceraw docstring

set-anticipated-removal!cljs

(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.
sourceraw docstring

set-column-number!cljs

(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.
sourceraw docstring

set-id!cljs

(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.
sourceraw docstring

set-line-number!cljs

(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.
sourceraw docstring

set-message!cljs

(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
sourceraw docstring

set-source-file!cljs

(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.
sourceraw docstring

source-filecljs

(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.
sourceraw docstring

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

× close