UNPKG

289 BJavaScriptView Raw
1import { temporarilyNotSupport } from '../../utils/index.js';
2
3// 内存
4const onMemoryWarning = temporarilyNotSupport('onMemoryWarning');
5const offMemoryWarning = temporarilyNotSupport('offMemoryWarning');
6
7export { offMemoryWarning, onMemoryWarning };
8//# sourceMappingURL=memory.js.map