Re: [webkit-dev] Request for position: ES modules for Service Workers

2021-03-12 Thread Sam Sneddon via webkit-dev


> On 11 Mar 2021, at 23:37, Ghazale Hosseinabadi via webkit-dev 
>  wrote:
> 
> Hi webkit-dev,
> 
> This is a request for WebKit's position on ES modules for Service Workers. 
> Explainer:
> https://github.com/w3c/ServiceWorker/commit/6d9500e99e764c12b117c63d10107e094d243662
>  
> 
> Spec:
> https://w3c.github.io/ServiceWorker 
> 
>  (see "type" in the section)
> Existing Chromium bug:
> https://bugs.chromium.org/p/chromium/issues/detail?id=824647 
> 
> Summary:
> JavaScript will support modules in service workers. Setting 'module' type by 
> the constructor's type attribute, worker scripts are loaded as ES modules and 
> the import statement is available on worker contexts. 

Given WebKit has implemented it 
(https://trac.webkit.org/changeset/273224/webkit/ 
), and it is in STP 122, I 
think it is a safe assumption that WebKit is supportive of it. 

/Sam

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Request for position: ES modules for Service Workers

2021-03-11 Thread Ghazale Hosseinabadi via webkit-dev
Hi webkit-dev,

This is a request for WebKit's position on ES modules for Service Workers.

Explainer:

https://github.com/w3c/ServiceWorker/commit/6d9500e99e764c12b117c63d10107e094d243662

Spec:

https://w3c.github.io/ServiceWorker

(see "type" in the section)

Existing Chromium
bug:https://bugs.chromium.org/p/chromium/issues/detail?id=824647

Summary:

JavaScript will support modules in service workers. Setting 'module'
type by the constructor's type attribute, worker scripts are loaded as
ES modules and the import statement is available on worker contexts.

Thank you,
Ghazale Hosseinabadi
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev