UNPKG

jsdom

Version:

A JavaScript implementation of many web standards

8 lines (6 loc) 117 B
"use strict"; exports.implementation = class NavigatorCookiesImpl { get cookieEnabled() { return true; } };