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 =
    CrossOrigin._internal('use-credentials', 'use-credentials');