User:Shellylin/InputPort: Difference between revisions

Jump to navigation Jump to search
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 ==
Confirmed users
220

edits

Navigation menu