getCapabilities() as both static and object method?

In the current version of the spec, we have:

The getCapabilities() method returns the dictionary of the capabilities 
that the object supports.

This means that one must get an object before one can get capabilities 
of it. This is inconvenient for some usages (deciding what to pass to 
getUserMedia is the obvious one).

Should this method also be available as a static method?

Harald

Received on Monday, 12 May 2014 12:54:37 UTC