mirror of
https://github.com/servo/servo
synced 2026-05-02 12:26:06 +02:00
6 lines
156 B
Plaintext
6 lines
156 B
Plaintext
// Extracted from https://slightlyoff.github.io/ServiceWorker/spec/service_worker/ on 2014-05-06
|
|
|
|
[MapClass(DOMString, DOMString)]
|
|
interface HeaderMap {
|
|
};
|