Shinder Lin
Shinder Lin
I use sencha CMD to generate a default ExtJS 5 (5.0.1) project, modify app.js and the html file. I can run index_app.html in a web server. When I use sencha_dependencies,...
In my another ExtJS 3 project testing using casperJS: The error is caused by that ExtJS mistakes phantomJS for Safari, The "Ext.isSafari" value is true. Changing the userAgent name of...
用 buffer 是可以正常執行的 ``` js const fs = require('fs'); const axios = require('axios'); const FormData = require('form-data'); try { (async () => { const buffer = await fs.promises.readFile(__dirname + '/ttt.png');...