Implement indexeddb array conversion (#38288)

Implement conversion from js arrays into rust.

Testing: WPT
Fixes: None

---------

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
Co-authored-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
Ashwin Naren 2025-09-19 23:33:16 -07:00 committed by GitHub
parent 8590c4edcf
commit 8a59c2cf56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 98 additions and 203 deletions

View file

@ -17,6 +17,9 @@
[Get all values with invalid query keys]
expected: FAIL
[Get all values with transaction.commit()]
expected: FAIL
[idbobjectstore_getAll.any.serviceworker.html]
expected: ERROR
@ -40,6 +43,9 @@
[Get all values with invalid query keys]
expected: FAIL
[Get all values with transaction.commit()]
expected: FAIL
[idbobjectstore_getAll.any.sharedworker.html]
expected: ERROR