- From: Marcos Cáceres <notifications@github.com>
- Date: Sun, 22 Jun 2025 23:47:07 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 23 June 2025 06:47:11 UTC
@marcoscaceres commented on this pull request. > + </dl> + <h3> + <dfn>install()</dfn> method + </h3> + <p> + When the {{Navigator/install()}} method is called, run the following + steps to [=install=] the website. + </p> + <ol class="algorithm"> + <li>Let |global:Window| be [=this=]'s [=relevant global object=]. + </li> + <li>Let |document:Document| be |global|'s [=associated Document=]. + </li> + <li>If |document| is not [=Document/fully active=], return [=a + promise rejected with=] an {{"InvalidStateError"}} {{DOMException}}. + </li><!-- todo: permission policy? --> Instead of a permission policy, this should throw with a NotAllowedError if the browsing context is not the top-level traversable. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/pull/1175#pullrequestreview-2948854179 You are receiving this because you are subscribed to this thread. Message ID: <w3c/manifest/pull/1175/review/2948854179@github.com>
Received on Monday, 23 June 2025 06:47:11 UTC