deprecation-reporting.idl (415B)
1 // GENERATED CONTENT - DO NOT EDIT 2 // Content was automatically extracted by Reffy into webref 3 // (https://github.com/w3c/webref) 4 // Source: Deprecation Reporting (https://wicg.github.io/deprecation-reporting/) 5 6 dictionary DeprecationReportBody : ReportBody { 7 DOMString id; 8 object? anticipatedRemoval; 9 DOMString message; 10 DOMString? sourceFile; 11 unsigned long? lineNumber; 12 unsigned long? columnNumber; 13 };