coderfin / byutv-jsonp

The byutv-jsonp element (<byutv-jsonp>) exposes network request functionality. It is a Polymer v1.0+ element that facilitates making JSONP requests. It uses Polymer behaviors (Byutv.behaviors.Jsonp). It is patterned after Polymer's iron-ajax element (<iron-ajax>). It has been tested using unit tests. It is part of the BYUtv Elements group of elements.

Home Page:http://coderfin.github.io/byutv-jsonp/components/byutv-jsonp/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

byutv_jsonp_callback_2e4b1c14fc33498db037884b3aedd6eb is not defined

mitjarobic opened this issue · comments

commented

Keep getting this. What am i missing?

Do you have a code example of how you are using this element and any JavaScript you are writing that relates to the element?

commented

Figured it out. The url param was not set properly.

Can i send only GET requests with jsonp?

Yes, you can only send GET requests with JSONP.

http://stackoverflow.com/a/3860117/2344083