again, the WPT PR would only get generated some days after this WebRTC PR gets merged, so let's not block on it (but instead, let's file an issue when this PR gets merged)
The idl harness will hopefully test window.RTCIceCandidatePair exists, but we should expound on existing WPT webrtc tests to check that what's being returned by UAs are instanceof the right type. cc @sam-vi
From #2961:
The idl harness will hopefully test
window.RTCIceCandidatePair
exists, but we should expound on existing WPT webrtc tests to check that what's being returned by UAs areinstanceof
the right type. cc @sam-vi