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
Copy file name to clipboardExpand all lines: spec.bs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ partial interface Document {
164
164
};
165
165
</pre>
166
166
167
-
Issue: Although {{Document/requestStorageAccess(types)}} lists |types| as optional, it should be treated as if [OneMemberRequired](https://github.com/whatwg/webidl/issues/903) (not yet supported) were applied to indicate the dictionary must have at least one non-false argument. If {{Document/requestStorageAccess(types)}} is called without |types| you would actually be invoking {{Document/requestStorageAccess()}} which does not return a {{StorageAccessHandle}}.
167
+
Issue: Although {{Document/requestStorageAccess(types)}} lists |types| as optional, it should be treated as if [OneMemberRequired](https://github.com/whatwg/webidl/issues/903) (not yet supported) were applied to indicate the dictionary must have at least one non-false argument. If {{Document/requestStorageAccess(types)}} is called without providing |types| you would actually be invoking {{Document/requestStorageAccess()}} which does not return a {{StorageAccessHandle}}.
168
168
169
169
A {{StorageAccessHandle}} object has an associated {{StorageAccessTypes}}<dfn for=StorageAccessHandle>types</dfn>.
0 commit comments