ordered

Indicates whether messages sent on the WebRtcDataChannel are required to arrive at their destination in the same order in which they were sent (true), or if they're allowed to arrive out-of-order (false). Default: true.

See also