USE_CREDENTIALS constant

CrossOrigin const USE_CREDENTIALS

CORS requests for this element will have the credentials flag set to 'include'.

Implementation

static const USE_CREDENTIALS = const CrossOrigin._internal("use-credentials");