Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(683)

Unified Diff: Source/modules/serviceworkers/Request.idl

Issue 340943002: ServiceWorker: Update IDLs to use ScalarValueString (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add URLs and one real test case Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/serviceworkers/RegistrationOptionList.h ('k') | Source/modules/serviceworkers/Response.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/modules/serviceworkers/RegistrationOptionList.h ('k') | Source/modules/serviceworkers/Response.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698