transport property

String? transport
getter/setter pair

Web specific

Sets request API to use by name. Options include fetch for fetch, xhr for XMLHTTPRequest, or beacon for navigator.sendBeacon.

Implementation

String? transport;