Re: [w3c/permissions] Define a permission store (closes #384) (PR #390)

@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