Index: Source/modules/serviceworkers/Request.idl |
diff --git a/Source/modules/serviceworkers/Request.idl b/Source/modules/serviceworkers/Request.idl |
index aec48cc326c7e8af9aa8e2d98695827239b100ff..aea4e9110a2385b9cd6a6669ed3feb22413af24e 100644 |
--- a/Source/modules/serviceworkers/Request.idl |
+++ b/Source/modules/serviceworkers/Request.idl |
@@ -2,14 +2,13 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#request-objects |
- |
+// http://fetch.spec.whatwg.org/#request-class |
[ |
Constructor(optional Dictionary requestInitDict), |
RuntimeEnabled=ServiceWorker, |
Exposed=ServiceWorker |
] interface Request { |
- attribute DOMString url; |
+ attribute ScalarValueString url; |
attribute ByteString method; |
readonly attribute DOMString origin; |
readonly attribute HeaderMap headers; |