- From: François Daoust <notifications@github.com>
- Date: Thu, 13 Apr 2023 14:06:56 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 13 April 2023 21:07:01 UTC
@tidoust commented on this pull request. > @@ -773,8 +754,8 @@ following type-specific properties: <tr><th>Type</th><th>Properties</th></tr> <tr><td>{{Blob}}</td><td>{{Blob/size}}, {{Blob/type}}</td></tr> <tr><td>{{File}}</td><td>{{File/name}}, {{File/lastModified}}</td></tr> - <tr><td>[=ECMAScript/Array=]</td><td>`length`</td></tr> - <tr><td>[=ECMAScript/String=]</td><td>`length`</td></tr> + <tr><td>{{Array}}</td><td>`length`</td></tr> I filed https://github.com/w3c/reffy/issues/1256. The dfns crawler manages to extract Array methods from the ECMAScript spec but apparently does not see the `length` property. Will look into it! -- Reply to this email directly or view it on GitHub: https://github.com/w3c/IndexedDB/pull/401#discussion_r1166025850 You are receiving this because you are subscribed to this thread. Message ID: <w3c/IndexedDB/pull/401/review/1384207120@github.com>
Received on Thursday, 13 April 2023 21:07:01 UTC