WICG / netinfo

https://wicg.github.io/netinfo/
Other
95 stars 24 forks source link

Expose connection on WorkerNavigator? #36

Closed mkruisselbrink closed 8 years ago

mkruisselbrink commented 8 years ago

The spec has [Exposed=Window,Worker] on the NetworkInformation interface, implying that the API is supposed to be available in workers. Yet it only defines a connection attribute on Navigator, not on WorkerNavigator. Is this an oversight? (For what it's worth chrome seems to implement it for WorkerNavigator as well).

igrigorik commented 8 years ago

Yes, an oversight!