The sendGroup setter on WebTransportDatagramsWritable throws an exception if the send group is from the wrong Transport object, but WebTransportDatagramDuplexStream.createWritable does not but should. It is equally problematic to create a writable initially in a group from the wrong Transport as it is to later set it. Found while working on WebKit/WebKit#53733