You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.bs
+2-2
Original file line number
Diff line number
Diff line change
@@ -620,7 +620,7 @@ The <dfn attribute for="AISummarizer">inputQuota</dfn> getter steps are to retur
620
620
621
621
If during this process |stopMeasuring| starts returning true, then return null.
622
622
623
-
If an error occurs during this process, then return an appropriate [=error information=] according to the guidance in [[#summarizer-errors]].
623
+
If an error occurs during this process, then return an appropriate [=DOMException error information=] according to the guidance in [[#summarizer-errors]].
624
624
625
625
1. Return the amount of input usage needed to represent |inputToModel| when given to the underlying model. The exact calculation procedure is [=implementation-defined=], subject to the following constraints.
626
626
@@ -630,7 +630,7 @@ The <dfn attribute for="AISummarizer">inputQuota</dfn> getter steps are to retur
630
630
631
631
If during this process |stopMeasuring| starts returning true, then instead return null.
632
632
633
-
If an error occurs during this process, then instead return an appropriate [=error information=] according to the guidance in [[#summarizer-errors]].
633
+
If an error occurs during this process, then instead return an appropriate [=DOMException error information=] according to the guidance in [[#summarizer-errors]].
0 commit comments