Re: Intent to unship: WorkerGlobalScope.onclose

2016-08-29 Thread Ben Kelly
- > *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 > > EventHandler onclose; }|. >

Re: Intent to unship: WorkerGlobalScope.onclose

2016-08-29 Thread Eric Shepherd
Is there a bug for this? If so, please be sure it's got the dev-doc-needed keyword. Thanks! *From:* Andrea Marchesini *Sent:* Monday, Aug 22, 2016 4:03:40 AM EDT *To:* dev-platform *Subject:* Intent to u

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 i

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 ob