DiagnosticsCookies object

Object that provides methods and properties across all cookies.

Note  These APIs can only be used with F12 developer tools and the Diagnostics Script Engine, and can't be called from JavaScript.

 

 

Syntax

 var oDiagnosticCookies = DiagnosticResources.cookies;

DOM Information

Inheritance Hierarchy

The DiagnosticsCookies does not inherit from any class or interface.

Members

The DiagnosticsCookies object has these types of members:

  • Methods

Methods

The DiagnosticsCookies object has these methods.

Method Description
createCookie

Creates a new cookie.

deleteCookie

Deletes a cookie.

disableAll

Disables all cookies.

getAllCookies

Returns an array of DiagnosticsCookies objects.

setCookie

Applies the changes made to the DiagnosticsCookieEntry to the page.