Confirmed users
216
edits
Joshwalker (talk | contribs) |
(update detailed WebAPI implementation status and usage) |
||
Line 40: | Line 40: | ||
* (FxOS) The same WebApp can be requested multiple times as multiple instances in presenting side. | * (FxOS) The same WebApp can be requested multiple times as multiple instances in presenting side. | ||
== | == Interface == | ||
=== Presentation === | |||
* [https://w3c.github.io/presentation-api/#interface-presentation WebIDL] | |||
* defaultRequest is not supported yet. | |||
=== PresentationRequest === | |||
* [https://w3c.github.io/presentation-api/#interface-presentationrequest WebIDL] | |||
* support URL with http:// protocol scheme to open web page in private browsing mode | |||
* support URL with app:// protocol scheme to launch an packaged app installed on target device | |||
** can only launch packaged apps with '''''"presentation"''''' permission declared | |||
* session reconnect is not supported yet. [https://bugzilla.mozilla.org/show_bug.cgi?id=1197690 bug 1197690 (NEW)] | |||
=== PresentationReceiver === | |||
* [https://w3c.github.io/presentation-api/#interface-presentationreceiver WebIDL] | |||
* many-to-one session is not supported yet. [https://bugzilla.mozilla.org/show_bug.cgi?id=1195605 bug 1195605 (NEW)] | |||
=== PresentationConnection === | |||
* [https://w3c.github.io/presentation-api/#interface-presentationconnection WebIDL] | |||
* Binary type message is not supported yet. [https://bugzilla.mozilla.org/show_bug.cgi?id=1148307 bug 1148307 (ONGOING)] | |||
* session close is not supported yet. [https://bugzilla.mozilla.org/show_bug.cgi?id=1210340 bug 1210340 (NEW)] | |||
=== PresentationAvailability === | |||
* [https://w3c.github.io/presentation-api/#interface-presentationavailability WebIDL] | |||
== Development Plan == | == Development Plan == |