Re: [heycam/webidl] Link function objects and constructors to relevant DFNs in ES (#418)

tobie 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=].

Oops. Will fix tomorrow. :-/

-- 
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_r134077573

Received on Saturday, 19 August 2017 00:43:04 UTC