11cb0ef41Sopenharmony_ci'use strict' 21cb0ef41Sopenharmony_ci 31cb0ef41Sopenharmony_cimodule.exports = { 41cb0ef41Sopenharmony_ci kState: Symbol('FileReader state'), 51cb0ef41Sopenharmony_ci kResult: Symbol('FileReader result'), 61cb0ef41Sopenharmony_ci kError: Symbol('FileReader error'), 71cb0ef41Sopenharmony_ci kLastProgressEventFired: Symbol('FileReader last progress event fired timestamp'), 81cb0ef41Sopenharmony_ci kEvents: Symbol('FileReader events'), 91cb0ef41Sopenharmony_ci kAborted: Symbol('FileReader aborted') 101cb0ef41Sopenharmony_ci} 11