@tarojs/taro-h5
Version:
Taro h5 framework
10 lines (7 loc) • 401 B
JavaScript
import { temporarilyNotSupport } from '../../utils/index.js';
// 录音
const stopRecord = /* @__PURE__ */ temporarilyNotSupport('stopRecord');
const startRecord = /* @__PURE__ */ temporarilyNotSupport('startRecord');
const getRecorderManager = /* @__PURE__ */ temporarilyNotSupport('getRecorderManager');
export { getRecorderManager, startRecord, stopRecord };
//# sourceMappingURL=recorder.js.map