mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
script: Implement converting values to indexeddb key ranges (#38278)
Implements https://www.w3.org/TR/IndexedDB-2/#convert-a-value-to-a-key-range. Part of #38187. Testing: Currently unused, doesn't change anything Fixes: None Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
This commit is contained in:
parent
f8d6c5646c
commit
e1bda86861
2 changed files with 31 additions and 4 deletions
|
@ -35,7 +35,6 @@ impl IDBKeyRange {
|
|||
reflect_dom_object(Box::new(IDBKeyRange::new_inherited(inner)), global, can_gc)
|
||||
}
|
||||
|
||||
#[expect(unused)]
|
||||
pub fn inner(&self) -> &IndexedDBKeyRange {
|
||||
&self.inner
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue