Both node and undici implement MessageEvent. Node's implementation is far from spec compliant, whereas undici's is (we run idl WPTs on MessageEvent). Should we replace the existing MessageEvent with undici's?
On a side note: since I had no idea that node had MessageEvent, it does not work with WebSocket.
Both node and undici implement MessageEvent. Node's implementation is far from spec compliant, whereas undici's is (we run idl WPTs on MessageEvent). Should we replace the existing MessageEvent with undici's?
On a side note: since I had no idea that node had MessageEvent, it does not work with WebSocket.