Is it possible to discover mdns tcp services (like _device-pair._tcp) in browser via reactjs? All packages I've found either require node (and more specifically its dgram package) or they are specifically for react-native.
If it is possible, how? If not, is there a specific reason? Is the browser not allowed the access?
I have no prior experience with mDNS so apologies if this is a stupid question.