NavigatorCookies-impl.js 117 Bytes
"use strict";

exports.implementation = class NavigatorCookiesImpl {
  get cookieEnabled() {
    return true;
  }
};