I am bundling my Deno code for the web using deno bundle
and I know the browser has RTCPeerConnection
from the WebRTC API which I would like to use.
I thought Deno was aiming to have web compatibility, so I don't see why WebRTC is not planned to be implemented.
But since it isn't at the moment, how can I tell Deno to trust that this global variable exists and to compile?