- From: Domenic Denicola <notifications@github.com>
- Date: Sat, 19 Aug 2017 00:05:42 +0000 (UTC)
- To: heycam/webidl <webidl@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Saturday, 19 August 2017 00:06:06 UTC
domenic commented on this pull request. > <pre highlight="js"> typeof Audio; // Evaluates to 'function'. var a1 = new Audio(); // Creates a new object that implements // HTMLAudioElement, using the zero-argument - // constructor. + // [=constructor=]. Good catch, they do not according to the preview. Please remove :) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/heycam/webidl/pull/418#discussion_r134075594
Received on Saturday, 19 August 2017 00:06:06 UTC