mkruisselbrink / navigator-connect

Apache License 2.0
25 stars 8 forks source link

Add CrossOriginConnectEvent and CrossOriginServiceWorkerClient objects. #5

Closed reillyeon closed 9 years ago

reillyeon commented 9 years ago

This change adds the appropriate prototypes so that the object passed to the 'crossoriginconnect' event handler has a 'client' field that contains a proper CrossOriginServiceWorkerClient object to match the spec.

This client object is not yet set as the source for 'crossoriginmessage' events.