UNPKG

422 BJavaScriptView Raw
1import { temporarilyNotSupport } from '../../utils';
2// 周期性更新
3export const setBackgroundFetchToken = temporarilyNotSupport('setBackgroundFetchToken');
4export const onBackgroundFetchData = temporarilyNotSupport('onBackgroundFetchData');
5export const getBackgroundFetchToken = temporarilyNotSupport('getBackgroundFetchToken');
6export const getBackgroundFetchData = temporarilyNotSupport('getBackgroundFetchData');