Re: Last Call for High Resolution Time Level 2

2013-12-04 Thread Anne van Kesteren
On Wed, Dec 4, 2013 at 7:04 PM, Jatinder Mann wrote: > ... by creating a separate WorkerPerformance interface we can ensure that the > High Resolution Time Level 2 spec is only defining the now() method in the > worker scope. Given that the global environment is different, you don't technically

RE: Last Call for High Resolution Time Level 2

2013-12-04 Thread Jatinder Mann
Sent: Wednesday, December 4, 2013 6:47 AM To: public-web-p...@w3.org Cc: public-webapps Subject: Re: Last Call for High Resolution Time Level 2 On Tue, Dec 3, 2013 at 3:51 PM, Philippe Le Hegaret wrote: > interface WorkerPerformance { > DOMHighResTimeStamp now(); > }; Is there any particu

Re: Last Call for High Resolution Time Level 2

2013-12-04 Thread Anne van Kesteren
On Tue, Dec 3, 2013 at 3:51 PM, Philippe Le Hegaret wrote: > interface WorkerPerformance { > DOMHighResTimeStamp now(); > }; Is there any particular reason the Performance interface itself cannot be used? It seems somewhat cumbersome to have to prototype different interfaces (if you're into tha