Re: Intent to unship: WorkerGlobalScope.onclose

2016-08-29 Thread Ben Kelly
word. Thanks! > > > *From:* Andrea Marchesini > *Sent:* Monday, Aug 22, 2016 4:03:40 AM EDT > *To:* dev-platform > *Subject:* Intent to unship: WorkerGlobalScope.onclose > > > I'm planning to remove |partial interface WorkerGlobalScope { attribute > > EventHandle

Re: Intent to unship: WorkerGlobalScope.onclose

2016-08-23 Thread smaug
On 08/22/2016 02:27 PM, Ms2ger wrote: On 22/08/16 10:03, Andrea Marchesini wrote: I'm planning to remove |partial interface WorkerGlobalScope { attribute EventHandler onclose; }|. This EventHandler has been in our code base since ever but it's not part of the Workers spec and no other browses

Re: Intent to unship: WorkerGlobalScope.onclose

2016-08-22 Thread Ms2ger
On 22/08/16 10:03, Andrea Marchesini wrote: > I'm planning to remove |partial interface WorkerGlobalScope { attribute > EventHandler onclose; }|. > This EventHandler has been in our code base since ever but it's not part of > the Workers spec and no other browses implement it. > > In order to be

Intent to unship: WorkerGlobalScope.onclose

2016-08-22 Thread Andrea Marchesini
I'm planning to remove |partial interface WorkerGlobalScope { attribute EventHandler onclose; }|. This EventHandler has been in our code base since ever but it's not part of the Workers spec and no other browses implement it. In order to be compliant the spec, it's time to get rid of this. Any