Skip to content

jsonp() Error: Timeout at index.js:63 undefined #59

Description

@M3Dade

fn:
(error, data)=>{
console.log('jsonp()', error, data)
}

when I use jsonp( url, {}, fn) , I find status is 200 in network and &callback__jp0 is attached to the url.

but response is json in firefox
image

and no response in chrome
image

I know the true response is __jp0&&__jp0( ... )
but I don't know how to make it

this is my whole code(actually I have used {} or {timeout:"10000"}
image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions