const ContentState = { UNLOADED: 0, LOADING: 1, PARSING: 2, READY: 3, FAILED: 4 } export default Object.freeze(ContentState)