You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** Returns a new transaction with the given mode ("readonly" or "readwrite") and scope which can be a single object store name or an array of names. */
Copy file name to clipboardExpand all lines: baselines/dom.iterable.generated.d.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ interface Headers {
101
101
102
102
interfaceIDBDatabase{
103
103
/** Returns a new transaction with the given mode ("readonly" or "readwrite") and scope which can be a single object store name or an array of names. */
/** Extends the lifetime of the install and activate events dispatched on the global scope as part of the service worker lifecycle. This ensures that any functional events (like FetchEvent) are not dispatched until it upgrades database schemas and deletes the outdated cache entries. */
/** Returns a new transaction with the given mode ("readonly" or "readwrite") and scope which can be a single object store name or an array of names. */
Copy file name to clipboardExpand all lines: baselines/serviceworker.iterable.generated.d.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ interface Headers {
39
39
40
40
interfaceIDBDatabase{
41
41
/** Returns a new transaction with the given mode ("readonly" or "readwrite") and scope which can be a single object store name or an array of names. */
/** Returns a new transaction with the given mode ("readonly" or "readwrite") and scope which can be a single object store name or an array of names. */
Copy file name to clipboardExpand all lines: baselines/sharedworker.iterable.generated.d.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ interface Headers {
39
39
40
40
interfaceIDBDatabase{
41
41
/** Returns a new transaction with the given mode ("readonly" or "readwrite") and scope which can be a single object store name or an array of names. */
/** Extends the lifetime of the install and activate events dispatched on the global scope as part of the service worker lifecycle. This ensures that any functional events (like FetchEvent) are not dispatched until it upgrades database schemas and deletes the outdated cache entries. */
/** Returns a new transaction with the given mode ("readonly" or "readwrite") and scope which can be a single object store name or an array of names. */
Copy file name to clipboardExpand all lines: baselines/webworker.iterable.generated.d.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ interface Headers {
39
39
40
40
interfaceIDBDatabase{
41
41
/** Returns a new transaction with the given mode ("readonly" or "readwrite") and scope which can be a single object store name or an array of names. */
0 commit comments