UNPKG

suitest-js-api

Version:

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

15 lines (10 loc) 219 B
/* eslint-disable key-spacing */ const imageLoadState = { LOADED: 'loaded', LOADING: 'loading', ERROR: 'error', UNKNOWN: 'unknown', EMPTY: '', }; Object.freeze(imageLoadState); module.exports = imageLoadState;