Confirmed users
220
edits
Line 69: | Line 69: | ||
=== InputPortManager === | === InputPortManager === | ||
This will be an object in <code>window.navigator</code> named <code>InputPortManager</code> with the following interface: | |||
partial interface Navigator | |||
{ | |||
readonly attribute InputPortManager inputPortManager; | |||
}; | |||
interface InputPortManager { | |||
sequence<InputPort> getInputPorts(); | |||
}; | |||
== Examples == | == Examples == |