14 lines
488 B
Text
14 lines
488 B
Text
// GENERATED CONTENT - DO NOT EDIT
|
|
// Content was automatically extracted by Reffy into webref
|
|
// (https://github.com/w3c/webref)
|
|
// Source: Paint Timing (https://w3c.github.io/paint-timing/)
|
|
|
|
[Exposed=Window]
|
|
interface mixin PaintTimingMixin {
|
|
readonly attribute DOMHighResTimeStamp paintTime;
|
|
readonly attribute DOMHighResTimeStamp? presentationTime;
|
|
};
|
|
|
|
[Exposed=Window]
|
|
interface PerformancePaintTiming : PerformanceEntry {};
|
|
PerformancePaintTiming includes PaintTimingMixin;
|