Hello,
This CL is ready for review.
Thanks
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Thanks Sneha for this change. I have left few comments mostly nit, otherwise LGTM. Thanks!
'getAll',
nit: Ensure consistent indentation and spacing throughout the code for improved readability.
index => index.openCursor(), index => index.openKeyCursor()]
nit: Can we keep the formatting as is for better readability?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Hello,
I have addressed the comments. Please +1 if this looks good. Thanks
nit: Ensure consistent indentation and spacing throughout the code for improved readability.
Done
index => index.openCursor(), index => index.openKeyCursor()]
nit: Can we keep the formatting as is for better readability?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
// Spec: "https://w3c.github.io/IndexedDB/#dom-idbindex-get"
nit: Should we leave an empty line between the META block and the Spec links?
Applies to other files with spec links too.
// Spec: "https://w3c.github.io/IndexedDB/#dom-idbrequest-source"
nit: We don't need quotes around the spec link as part of updating this to an any.js file.
Applies here and elsewhere in this change.
// META: title=IDBIndex.getKey() - returns the record's primary key
Not from your chnage but I don't think we test getKey() here.
So maybe we can just title this "IDBObjectStore Index Names"
Then in line 27 maybe we could do "IDBObjectStore.indexNames - verifies index creation and retrieval"?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
// META: title=IDBIndex.getKey() - returns the record's primary key
Not from your chnage but I don't think we test getKey() here.
So maybe we can just title this "IDBObjectStore Index Names"Then in line 27 maybe we could do "IDBObjectStore.indexNames - verifies index creation and retrieval"?
+1. Nice catch Rahul!
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Hi Rahul,
I have addressed your comments. Thanks
// Spec: "https://w3c.github.io/IndexedDB/#dom-idbindex-get"
nit: Should we leave an empty line between the META block and the Spec links?
Applies to other files with spec links too.
Done
// Spec: "https://w3c.github.io/IndexedDB/#dom-idbrequest-source"
nit: We don't need quotes around the spec link as part of updating this to an any.js file.
Applies here and elsewhere in this change.
Done
// META: title=IDBIndex.getKey() - returns the record's primary key
Steve BeckerNot from your chnage but I don't think we test getKey() here.
So maybe we can just title this "IDBObjectStore Index Names"Then in line 27 maybe we could do "IDBObjectStore.indexNames - verifies index creation and retrieval"?
+1. Nice catch Rahul!
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
Just one more updated needed. LGTM otherwise.
// META: title=IDBIndex.getKey() - returns the record's primary key
Steve BeckerNot from your chnage but I don't think we test getKey() here.
So maybe we can just title this "IDBObjectStore Index Names"Then in line 27 maybe we could do "IDBObjectStore.indexNames - verifies index creation and retrieval"?
Sneha Agarwal+1. Nice catch Rahul!
Done
Updated title looks good. Reminder to also update line 27 below.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Thanks Rahul, I have addressed your comments.
// META: title=IDBIndex.getKey() - returns the record's primary key
Steve BeckerNot from your chnage but I don't think we test getKey() here.
So maybe we can just title this "IDBObjectStore Index Names"Then in line 27 maybe we could do "IDBObjectStore.indexNames - verifies index creation and retrieval"?
Sneha Agarwal+1. Nice catch Rahul!
Rahul SinghDone
Updated title looks good. Reminder to also update line 27 below.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Commit-Queue | +2 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
IDB WPTs: Extend three IDB WPTs to run on workers.
This set of IndexedDB WPTs currently only run in a window environment.
This change extends them to also run in dedicated, shared, and service
worker environments.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
The WPT PR for this CL has been merged upstream! https://github.com/web-platform-tests/wpt/pull/50809
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |