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
Applies the [SameObject] IDL extended attribute to readonly attributes that always return the same instance, and the [NewObject] attribute to methods that always return new objects. These are described by algorithms already, but these annotations allow implementations and tests to verify the behavior.
We can apply
[SameObject]
in the following cases:transaction
objectStore
db
Although semantically "same object" I don't think we can apply it in these cases per IDL's rules.
source
- it's a nullable unionkeyPath
- it isany
and defined in prose as effectively(DOMString or sequence<DOMString>)
(nullable for stores)The text was updated successfully, but these errors were encountered: