hasReliableWrite property
bool
get
hasReliableWrite
Check to see if the current implementation has the reliableWrite field.
This may return false
on the bluefy browser.
Implementation
bool get hasReliableWrite => _JSUtil.hasProperty(_jsObject, "reliableWrite");