From 55064b55af54d87103c496aa533938d0569b4cc8 Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Wed, 21 May 2025 16:45:05 +0900 Subject: [PATCH] Use "invoke" properly This reflects changes in Web IDL and HTML's exception reporting. See https://github.com/whatwg/html/issues/10516. --- index.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 09e12ae..ae04d86 100644 --- a/index.html +++ b/index.html @@ -839,11 +839,9 @@

Queue the PerformanceObserver task

with its droppedEntriesCount set to droppedEntriesCount if droppedEntriesCount is not null, otherwise unset. -
  • Call po’s observer callback with - observerEntryList as the first argument, with po - as the second argument and as callback this value, and with - callbackOptions as the third argument. If this [=exception/throws=] - an exception, report the exception. +
  • [=Invoke=] po’s observer callback with « + observerEntryList, po, callbackOptions », "`report`", + and po.