UNPKG

suitest-js-api

Version:

Suitest is a test automation and device manipulation tool for living room devices and web browsers.

10 lines (8 loc) 165 B
const COOKIE_PROP = Object.freeze({ VALUE: 'value', DOMAIN: 'domain', PATH: 'path', HTTP_ONLY: 'httpOnly', SECURE: 'secure', }); module.exports = COOKIE_PROP;