maxAge property
Specifies how long the results of a preflight request can be cached. Translates to the Access-Control-Max-Age header.
Implementation
final Duration? maxAge;
Specifies how long the results of a preflight request can be cached. Translates to the Access-Control-Max-Age header.
final Duration? maxAge;