maxAge property

int? maxAge
getter/setter pair

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

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

Implementation

core.int? maxAge;