Re: PerformanceEntry serializers

On 2/2/15 6:00 PM, Philippe Le Hegaret wrote:
> I did:
>
> http://w3c.github.io/performance-timeline/#sec-PerformanceEntry-interface

Ah, I see. Great.

Unfortunately, https://w3c.github.io/resource-timing/ links to 
http://www.w3.org/TR/performance-timeline/#performanceentry and this 
does not have the serializer... and there is no way to get from that TR 
page to your github page that I can see.  Something in the linkage here 
needs to be fixed.

> Well, after looking at the Web IDL spec, I wasn't sure how to write it
> down more efficiently.

   serializer = { attribute };

on PerformanceEntry and

   serializer = { inherit, attribute };

on things that inherit from PerformanceEntry.

-Boris

Received on Tuesday, 3 February 2015 03:00:04 UTC