- From: Rick Byers <rbyers@chromium.org>
- Date: Wed, 9 Nov 2016 16:27:51 -0800
- To: Alex Russell <slightlyoff@google.com>
- Cc: Chris Harrelson <chrishtr@chromium.org>, Raymond Toy <rtoy@google.com>, blink-dev <blink-dev@chromium.org>, "www-tag@w3.org List" <www-tag@w3.org>
- Message-ID: <CAFUtAY8X3Yrno80gA0220fiNrAKJAwX5Uq7BvvT5irHjJMV7oQ@mail.gmail.com>
Adding constructors makes sense - thanks! But as spec'd these don't yet follow the standard event construction pattern. Filed https://github.com/WebAudio/web-audio-api/issues/1067 On Wed, Nov 9, 2016 at 2:26 PM, 'Alex Russell' via blink-dev < blink-dev@chromium.org> wrote: > Glad to see this. It's great to have platform consistency where possible. > > On Wed, Nov 9, 2016 at 1:14 PM, Chris Harrelson <chrishtr@chromium.org> > wrote: > >> LGTM1 >> >> On Wed, Nov 9, 2016 at 1:10 PM, 'Raymond Toy' via blink-dev < >> blink-dev@chromium.org> wrote: >> >>> Contact emails >>> >>> rtoy@chromium.org, hongchan@chromium.org >>> >>> Spec >>> >>> https://webaudio.github.io/web-audio-api/ >>> >>> https://webaudio.github.io/web-audio-api/#OfflineAudioCompletionEvent >>> >>> https://webaudio.github.io/web-audio-api/#the-audioprocessin >>> gevent-interface---deprecated >>> >>> Summary >>> >>> Add constructors for the WebAudio events. >>> >>> Motivation >>> >>> Events are generally constructable, but the two WebAudio events were >>> not. This makes these events match the typical Event model. >>> >>> See https://github.com/WebAudio/web-audio-api/issues/566 for the spec >>> discussion. >>> >>> Interoperability and Compatibility Risk >>> >>> This is a new addition to the spec that will not affect backward >>> compatibility. We expect all browser to implement these constructors. >>> >>> Ongoing technical constraints >>> >>> None. >>> >>> Will this feature be supported on all six Blink platforms (Windows, Mac, >>> Linux, Chrome OS, Android, and Android WebView)? >>> >>> Yes. >>> >>> OWP launch tracking bug >>> >>> http://crbug.com/662164 >>> >>> Link to entry on the feature dashboard <https://www.chromestatus.com/> >>> >>> https://www.chromestatus.com/feature/5670531110010880 >>> >>> Requesting approval to ship? >>> >>> Yes. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "blink-dev" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to blink-dev+unsubscribe@chromium.org. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "blink-dev" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to blink-dev+unsubscribe@chromium.org. >> > >
Received on Thursday, 10 November 2016 00:28:47 UTC