Confirmed users
368
edits
(first draft) |
|||
| Line 16: | Line 16: | ||
== Proposed API == | == Proposed API == | ||
[NoInterfaceObject] | |||
interface NetworkInfo { | |||
readonly attribute Connection connection; | |||
}; | |||
Navigator implements NetworkInfo; | |||
interface Connection | interface Connection | ||
{ | { | ||