summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/resources/webidl2/test/syntax/idl/extended-attributes.widl
blob: f769c2559cc7990edc5183bc113f136c52394f45 (plain)
1
2
3
4
5
6
// Extracted from http://www.w3.org/TR/2015/WD-service-workers-20150205/

[Global=(Worker,ServiceWorker), Exposed=ServiceWorker]
interface ServiceWorkerGlobalScope : WorkerGlobalScope {
  
};