aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Barksdale <amatus@amat.us>2018-11-01 18:55:50 -0500
committerDavid Barksdale <amatus@amat.us>2018-11-01 18:55:50 -0500
commit5f6559d09a9685b840c8581ca871c2695eece5e0 (patch)
tree2f5cc1a8fa3728749588aa102f0e3978a7c950c3 /README.md
parenta6e0620c4b4a31b2133f289f5fb5d013dfc4bb4b (diff)
That's the end of WebRTC, for now
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8d6ecf3..2c2e20d 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,8 @@ Roadmap
* No directory support.
* Release alpha.
* Write a WebRTC transport plugin.
- * Implement [RFC3264] over GNUnet.
+ * This is not currently possible, the Web Worker running the transport
+ service cannot access WebRTC, see [bug 4700].
What You Can Do Now
-------------------
@@ -67,8 +68,8 @@ To debug a shared worker in chrome open chrome://inspect and click the
[gnunet]: https://gnunet.org
[webrtc]: http://www.webrtc.org
[emscripten]: https://github.com/kripken/emscripten
- [rfc3264]: http://www.ietf.org/rfc/rfc3264.txt
[web worker]: http://www.w3.org/TR/workers/
[indexeddb]: http://www.w3.org/TR/IndexedDB/
[boot]: https://github.com/boot-clj/boot#install
+ [bug 4700]: https://bugs.chromium.org/p/webrtc/issues/detail?id=4700