- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 26 Oct 2023 11:50:53 -0700
- To: w3c/pointerlock <pointerlock@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 26 October 2023 18:50:59 UTC
@marcoscaceres commented on this pull request. > + <li>If [=options=] are not equivalent to the user agent's + current [=pointer-lock options=] and [=options=] are not + supported: + <ol> + <li>[=Queue an element task=] on the [=user interaction + task source=], given this, to perform the following steps: + <ol type='i'> + <li>[=Reject=] <var>promise</var> with a + "{{NotSupportedError}}" {{DOMException}}. + </li> + </ol> + </li> + <li>Return <var>promise</var>. + </li> + </ol> + </li> We don't think this makes any sense... there is only 1 option and unsupported WebIDL things are dropped on the floor. ```suggestion ``` -- Reply to this email directly or view it on GitHub: https://github.com/w3c/pointerlock/pull/49#pullrequestreview-1700408007 You are receiving this because you are subscribed to this thread. Message ID: <w3c/pointerlock/pull/49/review/1700408007@github.com>
Received on Thursday, 26 October 2023 18:50:59 UTC