Skip to content

Commit

Permalink
Add Chrome OS to platform support
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois committed Oct 22, 2017
1 parent 5491cd7 commit 1094112
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mdns.md
Expand Up @@ -282,12 +282,13 @@ of network activity given assumptions about the factors above.
mDNS has been supported on Mac OS X since version 10.2 (released in 2002) under
the brand name Rendezvous (now Bonjour), and iOS since its initial release
in 2007. It has been supported in Android since version 4.1 (Jelly Bean,
released in 2012). On Windows, mDNS is supported for UWP applications in
released in 2012). On Windows, mDNS is supported for UWP applications in
Windows 10 via
[advertisement](https://docs.microsoft.com/en-us/uwp/api/Windows.Networking.ServiceDiscovery.Dnssd)
and
[device enumeration](https://docs.microsoft.com/en-us/uwp/api/windows.devices.enumeration)
APIs.
APIs. It is also supported in Chrome OS for Chrome apps via
[chrome.mdns](https://developer.chrome.com/apps/mdns).

## Open source implementations

Expand Down

0 comments on commit 1094112

Please sign in to comment.