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

Unified Diff: core/page/EventSource.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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 | « core/loader/appcache/ApplicationCache.idl ('k') | core/page/EventSourceInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/page/EventSource.idl
diff --git a/core/page/EventSource.idl b/core/page/EventSource.idl
index d96ca6d278b9a778738f21876cc46edf029093b4..cabfc5cecd0dc8892bc4832cb427fe5871483fa3 100644
--- a/core/page/EventSource.idl
+++ b/core/page/EventSource.idl
@@ -29,16 +29,16 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// https://html.spec.whatwg.org/multipage/comms.html#the-eventsource-interface
+
[
- WillBeGarbageCollected,
ActiveDOMObject,
- Constructor(DOMString url, optional EventSourceInit eventSourceInit),
+ Constructor(DOMString url, optional EventSourceInit eventSourceInitDict),
ConstructorCallWith=ExecutionContext,
Exposed=(Window,Worker),
+ GarbageCollected,
RaisesException=Constructor,
] interface EventSource : EventTarget {
-
- [DeprecateAs=EventSourceURL] readonly attribute DOMString URL; // Lowercased .url is the one in the spec, but leaving .URL for compatibility reasons.
readonly attribute DOMString url;
readonly attribute boolean withCredentials;
« no previous file with comments | « core/loader/appcache/ApplicationCache.idl ('k') | core/page/EventSourceInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698