Searched refs:resData (Results 1 – 4 of 4) sorted by relevance
41 caches.match(DbPool.fileCacheKey).then((resData) => {42 if (resData) {43 resData.arrayBuffer().then((buffer) => {
102 caches.match(DbPool.fileCacheKey).then((resData) => {103 if (resData) {104 resData.arrayBuffer().then((buffer) => {
99 let resData = handBody.buffer.slice(103 debug('resData is ', resData);
457 const resData = result.getData(); constant458 if (resData) {459 if (this.arrayBufferCompare(resData, this.skipFlag)) {461 } else if (this.arrayBufferCompare(resData, this.clearFlag)) {465 } else if (this.arrayBufferCompare(resData, this.CRLFFlag)) {477 const arrayA = new Uint8Array(resData);