我從離子服務控制檯收到此錯誤。 733291 error PouchDB error: the remote database does not seem to have CORS enabled. To fix this, please enable CORS: http:// pouchdb .com/errors.html#no_access_control_allow_origin_hea
我試圖存根一個pouchDB'放'功能,但在一個調用函數,但它是失敗的。 我的數據庫功能 - var PouchDB = require('pouchDB')
var PendingDB = new PouchDB("")
module.exports.addPendingRequest = function(doc, callback){
PendingDB.put(doc, f