You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Steve Mentzer (JIRA)" <ji...@apache.org> on 2011/01/21 03:17:44 UTC

[jira] Created: (COUCHDB-1036) jquery.couch.js API functions should return XHR object

jquery.couch.js API functions should return XHR object
------------------------------------------------------

                 Key: COUCHDB-1036
                 URL: https://issues.apache.org/jira/browse/COUCHDB-1036
             Project: CouchDB
          Issue Type: Improvement
          Components: Futon
    Affects Versions: 1.0.1
            Reporter: Steve Mentzer
            Priority: Minor


It;s necessary to have the XHR object which the jquery.couch API created in order to be able abort() it (e.g. db.view). Presently this object is returned by jquery's API but discarded within the couch API, thus affording the caller no way to access it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (COUCHDB-1036) jquery.couch.js API functions should return XHR object

Posted by "Steve Mentzer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-1036?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Mentzer updated COUCHDB-1036:
-----------------------------------

    Description: It's necessary to have the XHR object which the jquery.couch API created in order to be able abort() it (e.g. db.view). Presently this object is returned by jquery's API but discarded within the couch API, thus affording the caller no way to access it.  (was: It;s necessary to have the XHR object which the jquery.couch API created in order to be able abort() it (e.g. db.view). Presently this object is returned by jquery's API but discarded within the couch API, thus affording the caller no way to access it.)

> jquery.couch.js API functions should return XHR object
> ------------------------------------------------------
>
>                 Key: COUCHDB-1036
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1036
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: Futon
>    Affects Versions: 1.0.1
>            Reporter: Steve Mentzer
>            Priority: Minor
>
> It's necessary to have the XHR object which the jquery.couch API created in order to be able abort() it (e.g. db.view). Presently this object is returned by jquery's API but discarded within the couch API, thus affording the caller no way to access it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.