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

Unified Diff: Source/core/events/ProgressEvent.idl

Issue 1310543002: Update the visibility of XHR-related interfaces to match spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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
Index: Source/core/events/ProgressEvent.idl
diff --git a/Source/core/events/ProgressEvent.idl b/Source/core/events/ProgressEvent.idl
index 5ff7270ce628f1ac967ee77dcc5637b7a522fb7f..5062deabf3c8a6840711c69ec0a05a314dbda0f6 100644
--- a/Source/core/events/ProgressEvent.idl
+++ b/Source/core/events/ProgressEvent.idl
@@ -25,10 +25,9 @@
// https://xhr.spec.whatwg.org/#interface-progressevent
-// TODO(philipj): The spec has Exposed=(Window,Worker)
-// https://github.com/whatwg/xhr/issues/19
[
Constructor(DOMString type, optional ProgressEventInit eventInitDict),
+ Exposed=(Window,DedicatedWorker,SharedWorker)
] interface ProgressEvent : Event {
readonly attribute boolean lengthComputable;
readonly attribute unsigned long long loaded;

Powered by Google App Engine
This is Rietveld 408576698