Skip to content

Commit 889cea8

Browse files
arichivcfredric
andauthored
Update spec.bs
Co-authored-by: Chris Fredrickson <cfredric@users.noreply.github.com>
1 parent 5a64d13 commit 889cea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ partial interface Document {
164164
};
165165
</pre>
166166

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}}.
168168

169169
A {{StorageAccessHandle}} object has an associated {{StorageAccessTypes}} <dfn for=StorageAccessHandle>types</dfn>.
170170

0 commit comments

Comments
 (0)