摘要: 类字段提案 https://github.com/tc39/proposal-class-fields https://wenjun.me/2019/07/public-class-fields.html Webpack 内置的js打包程序不支持类字段, 然而Chrome和FF已原生支持.... g 阅读全文
posted @ 2020-09-04 15:26 develon 阅读(747) 评论(0) 推荐(0) 编辑
摘要: throttle节流 _.throttle(event => { $('#volume_progress_percent').css({ width: `${event.data.percent}%` }); // 更新bootstrap进度条UI }, 80, { leading: true, t 阅读全文
posted @ 2020-09-04 14:31 develon 阅读(425) 评论(0) 推荐(0) 编辑