mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
Meta: Ensure that idl files link to draft specs
This commit is contained in:
Notes:
github-actions[bot]
2026-03-25 16:03:18 +00:00
Author: https://github.com/Psychpsyo Commit: https://github.com/LadybirdBrowser/ladybird/commit/bd915678636 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8588
@@ -1,2 +1,2 @@
|
||||
// https://www.w3.org/TR/hr-time-3/#the-epochtimestamp-typedef
|
||||
// https://w3c.github.io/hr-time/#sec-epochtimestamp
|
||||
typedef unsigned long long EpochTimeStamp;
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#import <UserTiming/PerformanceMark.idl>
|
||||
#import <UserTiming/PerformanceMeasure.idl>
|
||||
|
||||
// https://www.w3.org/TR/performance-timeline/#dom-performanceentrylist
|
||||
// https://w3c.github.io/performance-timeline/#typedefdef-performanceentrylist
|
||||
typedef sequence<PerformanceEntry> PerformanceEntryList;
|
||||
|
||||
// https://w3c.github.io/hr-time/#sec-performance
|
||||
@@ -30,7 +30,7 @@ interface Performance : EventTarget {
|
||||
undefined setResourceTimingBufferSize(unsigned long maxSize);
|
||||
attribute EventHandler onresourcetimingbufferfull;
|
||||
|
||||
// https://www.w3.org/TR/performance-timeline/#extensions-to-the-performance-interface
|
||||
// https://w3c.github.io/performance-timeline/#extensions-to-the-performance-interface
|
||||
// "Performance Timeline" extensions to the Performance interface
|
||||
PerformanceEntryList getEntries();
|
||||
PerformanceEntryList getEntriesByType(DOMString type);
|
||||
|
||||
Reference in New Issue
Block a user