maxAge property

String? maxAge
getter/setter pair

Specifies how long result of a preflight request can be cached in seconds.

This translates to the Access-Control-Max-Age header.

Implementation

core.String? maxAge;