hasUnpartitionedCookieAccess method

JSPromise<JSBoolean> hasUnpartitionedCookieAccess()

The hasUnpartitionedCookieAccess() method of the Document interface returns a Promise that resolves with a boolean value indicating whether the document has access to third-party, unpartitioned cookies.

This method is part of the Storage Access API.

This method is a new name for Document.hasStorageAccess.

Implementation

external JSPromise<JSBoolean> hasUnpartitionedCookieAccess();