implement PerformanceObserverInit.buffered (fixes #18108)

This commit is contained in:
Remi THEBAULT 2017-08-21 02:02:10 +02:00
parent 10cd518b59
commit e186b52b04
4 changed files with 35 additions and 2 deletions

View file

@ -8,6 +8,7 @@
dictionary PerformanceObserverInit {
required sequence<DOMString> entryTypes;
boolean buffered = false;
};
callback PerformanceObserverCallback = void (PerformanceObserverEntryList entries, PerformanceObserver observer);