navigator.cookieEnabled

Term side of the Card
Topic: Interact with Client
Unit title: navigator.cookieEnabled
Categories: Property
Explanation side of the Card

Explanation: The browser API property that returns `true` if cookies are enabled in the user's browser and `false` otherwise. This is useful for determining if a website can store cookies on the user's device.

Browser compatibility:
  • The chrome browser supports this feature starting from version 1
  • The edge browser supports this feature starting from version 12
  • The firefox browser supports this feature starting from version 1
  • The safari browser supports this feature starting from version 1
Availability: