summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/resources/webidl2/test/syntax/json/extended-attributes.json
blob: 228c4b824be3e4290e376326db4a0155cd3b5f42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[
    {
        "type": "interface",
        "name": "ServiceWorkerGlobalScope",
        "partial": false,
        "members": [],
        "inheritance": "WorkerGlobalScope",
        "extAttrs": [
            {
                "name": "Global",
                "arguments": null,
                "rhs": {
                    "type": "identifier-list",
                    "value": [
                        "Worker",
                        "ServiceWorker"
                    ]
                }
            },
            {
                "name": "Exposed",
                "arguments": null,
                "rhs": {
                    "type": "identifier",
                    "value": "ServiceWorker"
                }
            }
        ]
    }
]