Skip to content

Commit 6080655

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 17.2.5.
1 parent 690eae4 commit 6080655

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ed/idl/webnn.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ enum MLOperandDataType {
9090

9191
dictionary MLOperandDescriptor {
9292
required MLOperandDataType dataType;
93-
sequence<[EnforceRange] unsigned long> shape = [];
93+
required sequence<[EnforceRange] unsigned long> shape;
9494
};
9595

9696
[SecureContext, Exposed=(Window, DedicatedWorker)]

ed/index.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "crawl",
33
"title": "Reffy crawl",
4-
"date": "2024-09-25T00:51:31.445Z",
4+
"date": "2024-09-25T06:42:31.327Z",
55
"options": {
66
"fallback": "ed/index.json",
77
"output": "report",
@@ -7864,9 +7864,9 @@
78647864
],
78657865
"crawled": "https://tc39.es/proposal-regexp-modifiers/",
78667866
"crawlCacheInfo": {
7867-
"lastModified": "Thu, 30 May 2024 19:56:07 GMT"
7867+
"lastModified": "Wed, 25 Sep 2024 01:03:06 GMT"
78687868
},
7869-
"date": "30 May 2024",
7869+
"date": "25 September 2024",
78707870
"links": "links/tc39-regexp-modifiers.json",
78717871
"headings": "headings/tc39-regexp-modifiers.json",
78727872
"ids": "ids/tc39-regexp-modifiers.json"
@@ -35929,11 +35929,11 @@
3592935929
],
3593035930
"crawled": "https://webmachinelearning.github.io/webnn/",
3593135931
"crawlCacheInfo": {
35932-
"lastModified": "Wed, 18 Sep 2024 05:04:15 GMT"
35932+
"lastModified": "Wed, 25 Sep 2024 05:01:47 GMT"
3593335933
},
3593435934
"generator": "bikeshed",
35935-
"date": "18 September 2024",
35936-
"revision": "53a24db89d836164761e3e1ad5510472db60c940",
35935+
"date": "25 September 2024",
35936+
"revision": "81a355a873bb64e1b6411d7ed6a30c52fd14c72e",
3593735937
"algorithms": "algorithms/webnn.json",
3593835938
"links": "links/webnn.json",
3593935939
"refs": "refs/webnn.json",

0 commit comments

Comments
 (0)