@tarojs/taro-h5
Version:
Taro h5 framework
11 lines (8 loc) • 558 B
JavaScript
import { temporarilyNotSupport } from '../../utils/index.js';
// 周期性更新
const setBackgroundFetchToken = temporarilyNotSupport('setBackgroundFetchToken');
const onBackgroundFetchData = temporarilyNotSupport('onBackgroundFetchData');
const getBackgroundFetchToken = temporarilyNotSupport('getBackgroundFetchToken');
const getBackgroundFetchData = temporarilyNotSupport('getBackgroundFetchData');
export { getBackgroundFetchData, getBackgroundFetchToken, onBackgroundFetchData, setBackgroundFetchToken };
//# sourceMappingURL=background-fetch.js.map