Re: [w3c/ServiceWorker] Should the order of registrations returned by getRegistrations() be sorted by scope? (#1465)

So if we do that, will the order be a kind of lexicographical order but longer scopes will be earlier?

For example:
```
bar/abc
bar/abd
bar/ac
ba/
b
foo/
```

Now I'm feeling that simple lexicographical order might be simpler. What do you think?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1465#issuecomment-571428958

Received on Tuesday, 7 January 2020 04:31:34 UTC