Skip to content

Commit 15113fc

Browse files
DigitalCredential's data should be marked at SameObject (#199)
This is mostly just a small optimization, but the .data should have been marked as SameObject, as it never changes.
1 parent b365fef commit 15113fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ <h2>
300300
[Exposed=Window, SecureContext]
301301
interface DigitalCredential : Credential {
302302
readonly attribute DOMString protocol;
303-
readonly attribute object data;
303+
[SameObject] readonly attribute object data;
304304
};
305305
</pre>
306306
<p>

0 commit comments

Comments
 (0)