RE: [UserTiming] Function signatures

As a clarification, if the getMarks or getMeasures methods are called with an argument, I return a sequence. Without arguments, I return the dictionary.

-----Original Message-----
From: Jatinder Mann [mailto:jmann@microsoft.com] 
Sent: Wednesday, June 27, 2012 7:04 PM
To: Ms2ger; public-web-perf@w3.org
Subject: RE: [UserTiming] Function signatures

I have updated the return type to be an object and have defined it as a dictionary.

Thanks,
Jatinder

-----Original Message-----
From: Ms2ger [mailto:ms2ger@gmail.com] 
Sent: Thursday, May 10, 2012 12:26 PM
To: public-web-perf@w3.org
Subject: [UserTiming] Function signatures

Hi all,

The User Timing spec extends the Performance interface with, among others,

 > Array getMarks(optional DOMString markName);  > Array getMeasures(optional DOMString measureName);

These functions should return WebIDL arrays or sequences.

HTH
Ms2ger

Received on Tuesday, 10 July 2012 23:14:11 UTC