On some browsers there exists the the property serial
on the window.navigator
object.
I can see it on chrome but not on safari.
How can I access that object via dart in flutter web?
dart:html
doesn't seem to include it. Is there a way to manually extend the window.navigator
object to include it?