[Webkit-unassigned] [Bug 27631] New: WorkerContext does not expose the right set of constructors
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 23 17:06:37 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27631
Summary: WorkerContext does not expose the right set of
constructors
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore JavaScript
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: atwilson at google.com
Section 5.4 of the worker spec specifies that the following list of
constructors are the only ones that should be exposed to WorkerContexts:
XMLHttpRequest and all interface objects and constructors defined by the
XMLHttpRequest specifications, except that the document response entity body
must always be null. [XHR]
The WebSocket interface object and constructor. [WEBSOCKET]
The EventSource interface object and constructor. [EVENTSOURCE]
The MessageChannel interface object and constructor. [HTML5]
The Worker() and SharedWorker(url) constructors.
We currently don't expose EventSource, but do expose other things like
MessageEvent and WorkerLocation.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list