cookieEnabled property

bool get cookieEnabled

navigator.cookieEnabled returns a Boolean value that indicates whether cookies are enabled or not.

The property is read-only.

Implementation

external bool get cookieEnabled;