@tarojs/taro-h5
Version:
Taro h5 framework
9 lines (6 loc) • 321 B
JavaScript
import { temporarilyNotSupport } from '../../utils/index.js';
// 内存
const onMemoryWarning = /* @__PURE__ */ temporarilyNotSupport('onMemoryWarning');
const offMemoryWarning = /* @__PURE__ */ temporarilyNotSupport('offMemoryWarning');
export { offMemoryWarning, onMemoryWarning };
//# sourceMappingURL=memory.js.map