UNPKG

@tarojs/taro-h5

Version:
9 lines (6 loc) 289 B
import { temporarilyNotSupport } from '../../utils/index.js'; // 内存 const onMemoryWarning = temporarilyNotSupport('onMemoryWarning'); const offMemoryWarning = temporarilyNotSupport('offMemoryWarning'); export { offMemoryWarning, onMemoryWarning }; //# sourceMappingURL=memory.js.map