On Tue, Dec 3, 2013 at 3:51 PM, Philippe Le Hegaret <p...@w3.org> 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 that kind of thing) depending on the global environment you're in. -- http://annevankesteren.nl/