UDP Socket API for WebExtensions
Categories
(WebExtensions :: Experiments, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: abr, Unassigned)
References
(Blocks 4 open bugs)
Details
(Whiteboard: [design-decision-approved] triaged)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Reporter | ||
Updated•9 years ago
|
Reporter | ||
Updated•9 years ago
|
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
Comment 3•9 years ago
|
||
Comment 4•9 years ago
|
||
Reporter | ||
Comment 5•9 years ago
|
||
Comment 6•9 years ago
|
||
Comment 7•9 years ago
|
||
Comment 8•9 years ago
|
||
Comment 9•9 years ago
|
||
Reporter | ||
Comment 10•9 years ago
|
||
Comment 11•9 years ago
|
||
Comment 12•9 years ago
|
||
Updated•9 years ago
|
Comment 14•9 years ago
|
||
Reporter | ||
Comment 15•8 years ago
|
||
Reporter | ||
Comment 16•8 years ago
|
||
Comment 17•8 years ago
|
||
Updated•8 years ago
|
Comment 18•8 years ago
|
||
Comment 20•8 years ago
|
||
Comment 21•8 years ago
|
||
Updated•8 years ago
|
Comment 22•8 years ago
|
||
Comment 23•8 years ago
|
||
Comment 24•8 years ago
|
||
Comment 25•8 years ago
|
||
Comment 26•8 years ago
|
||
Comment 27•8 years ago
|
||
Comment 28•8 years ago
|
||
Comment 29•8 years ago
|
||
Comment 30•8 years ago
|
||
Comment 31•8 years ago
|
||
Comment 32•8 years ago
|
||
Comment 33•8 years ago
|
||
Comment 34•7 years ago
|
||
Comment 35•7 years ago
|
||
Comment 36•7 years ago
|
||
Comment 37•7 years ago
|
||
Comment 38•7 years ago
|
||
Comment 39•7 years ago
|
||
Comment 40•7 years ago
|
||
Comment 41•7 years ago
|
||
Comment 42•7 years ago
|
||
Comment 43•7 years ago
|
||
Reporter | ||
Comment 44•7 years ago
|
||
Comment 45•7 years ago
|
||
Comment 46•7 years ago
|
||
Comment 47•7 years ago
|
||
Comment 48•7 years ago
|
||
Comment 49•7 years ago
|
||
Comment 50•7 years ago
|
||
Comment 51•7 years ago
|
||
Comment 52•7 years ago
|
||
Comment 53•7 years ago
|
||
Comment 54•7 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 55•6 years ago
|
||
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Comment 57•5 years ago
|
||
Expose UDPSocket API (as a part of dweb exploration) that follows https://www.w3.org/TR/tcp-udp-sockets/
draft specification where possible (due to lack of WritableStream
implementation .write
method is
exposed instead).
API is only available no nightly and dev edition to the users that opt-in an experiment by setting
libdweb.udp.$extension_id: true
preference in about:config. API access restrictions is deliberately
enforced at runtime during API access (as opposed to install time) to enable partnering extensions
enhance experience of existing add-on to the users that chose to opt-in.
Updated•5 years ago
|
Comment 58•4 years ago
|
||
I'd like to add that BrowserStack is explicitly mentioning this issue as a reason why the don't provide the very convenient extension for local testing anymore for Firefox:
https://www.browserstack.com/question/670
This is a bit sad, because I've switched back to Firefox from Chrome and use it for everything else and only need to start Chrome for testing due to this problem.
Updated•3 years ago
|
Updated•3 years ago
|
Comment 60•3 years ago
|
||
(In reply to Sylvestre Ledru [:Sylvestre] from comment #59)
Hello irakli, are you still working on it? thanks
No, I am afraid I am not
Updated•3 years ago
|
Updated•2 years ago
|
Description
•