Skip to content

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

@M3Dade

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

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