@tarojs/taro-h5
Version:
Taro h5 framework
12 lines (9 loc) • 623 B
JavaScript
import { temporarilyNotSupport } from '../../utils/index.js';
// 性能
const reportPerformance = /* @__PURE__ */ temporarilyNotSupport('reportPerformance');
const getPerformance = /* @__PURE__ */ temporarilyNotSupport('getPerformance');
const preloadWebview = /* @__PURE__ */ temporarilyNotSupport('preloadWebview');
const preloadSkylineView = /* @__PURE__ */ temporarilyNotSupport('preloadSkylineView');
const preloadAssets = /* @__PURE__ */ temporarilyNotSupport('preloadAssets');
export { getPerformance, preloadAssets, preloadSkylineView, preloadWebview, reportPerformance };
//# sourceMappingURL=performance.js.map