[w3c/IndexedDB] Definitions for IDBKeyRange lowerBound and upperBound aren't linked correctly. (#271)

These methods in the IDL block don't link correctly to the algorithms defining them. Probably because IDL defines `lowerBound(lower, open)` while the algorithm defines `lowerBound(lower, lowerOpen)`.

-- 
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/IndexedDB/issues/271

Received on Thursday, 6 June 2019 18:41:59 UTC