Bug 14996
| Summary: | Support for RemoteEventTarget interface | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Henry Mason <hmason> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Enhancement | CC: | annevk, emacemac7, gregory.houston, mike |
| Priority: | P2 | ||
| Version: | 523.x (Safari 3) | ||
| Hardware: | All | ||
| OS: | All | ||
| URL: | http://www.whatwg.org/specs/web-apps/current-work/multipage/section-server-sent-events.html#remoteeventtarget | ||
| Bug Depends on: | |||
| Bug Blocks: | 14997 | ||
Henry Mason
As currently specified in HTML 5's section 6.2.1, WebKit should support the RemoteEventTarget interface for all classes which implement the EventTarget interface. This could probably be achieved by simply implementing the functionality in the EventTargetNode class, since all other classes which implement EventTarget seem to inherit from EventTargetNode.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
sideshowbarker
RemoteEventTarget interface has been removed from the HTML5 draft; see http://html5.org/tools/web-apps-tracker?from=2869&to=2870
Spec now has an EventSource object:
http://www.whatwg.org/specs/web-apps/current-work/#eventsource
Anne van Kesteren
INVALID per comment 1.