弘树
弘树
I've tried playwright with firefox using Network: https://playwright.dev/docs/network#handle-requests and it worked perfectly, I'm wondering what playwright has done with firefox. According to their docs: https://playwright.dev/docs/browsers, seems that they compiled customized...
It's really a big trouble for guys who want to customize buttons but fall into this trap, along with the misleading example: https://github.com/clarketm/TableExport/blob/master/examples/exportButtons.html#L105
You're following the previous version of doc. You should follow the new doc on the [Github homepage](https://github.com/clarketm/TableExport#export2file) ``` var exportData = table.getExportData(); var xlsxData = exportData.table.xlsx; // Replace with the...
> 改一下版本号,加一下 changelog 吧 OK
any updates on this? :)
> 慎用太新的es6语法。 Object.assign等较新的类库避免在移动端上使用,会报错。 Object.assign目前使用object-assign包 准确地说这是 ES6 引入的新的 API,http://kangax.github.io/compat-table/es6/#test-Object_static_methods_Object.assign 用之前查查兼容性,babel 配置默认只是解决 ES6 的语法翻译,这种新引入 API 得自己引入 polyfill 解决:https://babeljs.io/docs/usage/polyfill/。
@nilssolanki I've encounted similar problem, and webpack throws error: `Module not found: Error: Cannot resolve module 'pointman/path/to/sub/file.js' in /xxx/mtop @ ./index.js 23:0-19`. In my code: ``` require('pointman/path/to/sub/file.js') ``` It seems...
@shootaroo Thank you!
楼上对 `async1 end` 和 `promise2` 顺序有困惑的同学请参见:,V8 团队已向 EcmaScript 标准提交 PR:,以最新的 Chromium 为准。