Add Network Service Discovery API support
Categories
(Core :: Networking, enhancement)
Tracking
()
People
(Reporter: laurafox53, Unassigned)
References
()
Details
+++ This bug was initially created as a clone of Bug #914579 +++
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:26.0) Gecko/20100101 Firefox/26.0 (Beta/Release)
Build ID: 20130907030204
Steps to reproduce:
Add support for http://www.w3.org/TR/discovery-api/ so we can call
navigator.getNetworkServices('urn:schemas-sony-com:service:ScalarWebAPI:1', gotServices, onError);
This will affect app development on Firefox OS. For example Sony's PlayMemories app needs to know if a Sony service is available in the current network (connected to camera via wifi).
Maybe this can be polyfilled using WebRTC, don't know if this will work.
Actual results:
not implemented
Expected results:
callback call with the service response ;)
Comment 1•3 years ago
|
||
Please do not clone or file useless test bugs here, this is a production bugtracker and you are wasting real people's time.
Description
•