summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/resources/webidl2/test/syntax/idl/map.widl
blob: 19b54f80a61aff552c43b7cfb974aa9b8d930899 (plain)
1
2
3
4
5
// Extracted from https://slightlyoff.github.io/ServiceWorker/spec/service_worker/ on 2014-05-06

[MapClass(DOMString, DOMString)]
interface HeaderMap {
};