[whatwg/storage] Add a storage key comparison algorithm (PR #134)

This PR adds and exports an algorithm for comparing two storage keys. This will be useful for non-storage APIs that want to partition state using storage keys.

Also, adding my name to the 'Acknowledgments' section since I forgot to do this with my previous PR. :D

Fixes #133 

I don't think tests or implementation bugs are needed for this change since this PR doesn't change any existing functionality.

- [x] At least two implementers are interested (and none opposed):
   * Chrome
   * Firefox
- [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at:
   * Not required
- [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) are filed:
   * Chrome: Not required
   * Firefox: Not required
   * Safari: Not required
You can view, comment on, or merge this pull request online at:

  https://github.com/whatwg/storage/pull/134

-- Commit Summary --

  * Add a storage key comparison algorithm

-- File Changes --

    M storage.bs (12)

-- Patch Links --

https://github.com/whatwg/storage/pull/134.patch
https://github.com/whatwg/storage/pull/134.diff

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/storage/pull/134
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/storage/pull/134@github.com>

Received on Thursday, 10 February 2022 23:48:01 UTC