- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 08 Dec 2022 23:45:31 -0800
- To: w3c/permissions <permissions@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 9 December 2022 07:45:43 UTC
@marcoscaceres commented on this pull request. > + <li> + If |key1| is not [=same origin=] with |key2| return false. + </li> + <li> + Return true. + </li> Maybe just: ```suggestion <li> Return |key1| is [=same origin=] with |key2|. </li> ``` -- Reply to this email directly or view it on GitHub: https://github.com/w3c/permissions/pull/390#pullrequestreview-1211246168 You are receiving this because you are subscribed to this thread. Message ID: <w3c/permissions/pull/390/review/1211246168@github.com>
Received on Friday, 9 December 2022 07:45:43 UTC