Skip to content

Commit

Permalink
Add Network Reporting API (#1116)
Browse files Browse the repository at this point in the history
Detected when trying to use autolinks in network-error-logging as a result of w3c/strudy#484

This adds the following JSON:

```json
    {
      "url": "https://w3c.github.io/reporting/network-reporting.html",
      "seriesComposition": "full",
      "shortname": "network-reporting",
      "series": {
        "shortname": "network-reporting",
        "currentSpecification": "network-reporting",
        "title": "Network Reporting API",
        "shortTitle": "Network Reporting API",
        "nightlyUrl": "https://w3c.github.io/reporting/network-reporting.html"
      },
      "nightly": {
        "url": "https://w3c.github.io/reporting/network-reporting.html",
        "status": "Editor's Draft",
        "sourcePath": "network-reporting.bs",
        "alternateUrls": [],
        "repository": "https://github.com/w3c/reporting",
        "filename": "network-reporting.html"
      },
      "organization": "W3C",
      "groups": [
        {
          "name": "Web Performance Working Group",
          "url": "https://www.w3.org/groups/wg/webperf/"
        }
      ],
      "title": "Network Reporting API",
      "source": "spec",
      "shortTitle": "Network Reporting API",
      "categories": [
        "browser"
      ],
      "standing": "good"
    }
```
  • Loading branch information
dontcallmedom authored Nov 9, 2023
1 parent 148ac1a commit f4ffadc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,13 @@
"status": "Editor's Draft"
}
},
{
"url": "https://w3c.github.io/reporting/network-reporting.html",
"shortname": "network-reporting",
"nightly": {
"sourcePath": "network-reporting.bs"
}
},
{
"url": "https://w3c.github.io/sparql-concepts/spec/",
"shortname": "sparql12-concepts",
Expand Down

0 comments on commit f4ffadc

Please sign in to comment.