/** * Constant定義ファイル */ const readyState = { UNINITIALIZED : 0 , LOADING : 1 , LOADED : 2 , INTERACTIVE : 3 , COMPLETED : 4 }