Closed
Bug 876170
Opened 12 years ago
Closed 12 years ago
TCPSocket Manifest values are not documented
Categories
(Developer Documentation Graveyard :: Firefox OS, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tofumatt, Assigned: Jeremie)
Details
A developer at a hack day in Montreal wanted to use the TCP Socket API, but https://developer.mozilla.org/en-US/docs/Web/API/TCPSocket details how to use the TCP Sockets and mentions that a host and port must be specified for it to work. Certified apps may not need this as I noticed email is missing it, but he could not get sockets to work despite an otherwise sane-looking setup.
Do TCP sockets still require specifying a host and port? If so, what is the format? It is not documented on that page or any page it links to that I could find.
Updated•12 years ago
|
Assignee: nobody → eshepherd
Component: Gaia → Firefox OS
Product: Boot2Gecko → Developer Documentation
Assignee | ||
Comment 1•12 years ago
|
||
Hi,
The introductory article is more up to date: https://developer.mozilla.org/en-US/docs/WebAPI/TCP_Socket
The reference documentation needs some clean up (which should be done by end of June)
Assignee: eshepherd → jeremie.patonnier
Assignee | ||
Comment 2•12 years ago
|
||
Ok, documented here:
https://developer.mozilla.org/en-US/docs/WebAPI/TCP_Socket
and here
https://developer.mozilla.org/en-US/docs/Web/Apps/App_permissions
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•