Skip to content

Commit bb69456

Browse files
refactor: remove ActionStatus "pending"
1 parent b73fdb1 commit bb69456

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,10 +1290,9 @@ <h2>The <dfn>ActionInteractionOutput</dfn> interface</h2>
12901290
</p>
12911291
<pre class="idl">
12921292
enum ActionStatus {
1293-
/* "pending", Profile has pending. Not sure what it would mean? */
12941293
"running",
1295-
"success", /* Profile uses completed? */
1296-
"error" /* Profile uses failed? */
1294+
"success",
1295+
"error"
12971296
};
12981297

12991298
[SecureContext, Exposed=(Window,Worker)]

0 commit comments

Comments
 (0)