Ingvar Stepanyan wrote:
Hi guys,
I might be just missing something very simple, but I hope you can help me.
I'm currently looking into list of APIs available to Web Workers and interfaces for
DedicatedWorkerGlobalScope
are defined both in W3C spec and HTML spec.The problem is that none of them seems to be inherited from interface that contains
Date
,Array
,String
and other global constructors that are surely available in worker's global scope in any engine.So the question is - what am I missing, where are those interfaces defined and why
DedicatedWorkerGlobalScope
does not inherit any of those?Thanks.
Posts: 4
Participants: 3