WebRTC DataChannel worked perfectly in Firefox 147 and earlier, but after upgrading to Firefox 148, send() throws InvalidStateError immediately after onopen fires.Same code works in Chrome and previous Firefox versions.const dataChannel = pc.createDa...