diff --git a/index.html b/index.html index c0627aa4..c28851f6 100644 --- a/index.html +++ b/index.html @@ -812,6 +812,12 @@
| HTTP Method | +URI Template | +
|---|---|
| POST | +/session/{session id}/window/consume-user-activation | +
The remote end steps are: + +
If the current top-level browsing context is no longer open, + return error with error code no such window. + +
Handle any user prompts and return its value if it is an error. + + +
Let |window| be current browsing context's active window. + +
Let |consume| be true if |window| has [=transient activation=] or false otherwise. + +
If |consume| is true, [=consume user activation=] of |window|. + +
Return success with data |consume|. +