From 4169c1e78646de23995a84b3e5efe8f95eeac4f1 Mon Sep 17 00:00:00 2001 From: hensm Date: Sun, 26 May 2019 21:37:58 +0100 Subject: [PATCH] Fix site docs typo --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index ca12767..bc164a3 100755 --- a/docs/index.html +++ b/docs/index.html @@ -95,7 +95,7 @@ Access to TCP/UDP sockets.

- Network discovery for Chromecast devices relies on mDNS, the implementation of which is reliant on being able to send UDP packets. Communication with the Chromecast device itself relies on a TCP connection. The current workaround is to offload that work to a native companion application that the extension can then launch communicate with. + Network discovery for Chromecast devices relies on mDNS, the implementation of which is reliant on being able to send UDP packets. Communication with the Chromecast device itself relies on a TCP connection. The current workaround is to offload that work to a native companion application that the extension can then launch and communicate with.

It's possible that this functionality will be re-exposed to extensions, in which case the bridge will be made redundant: