2.1.0 • Published 6 years ago
@firstandthird/jsonp v2.1.0
JSONP
Quick and easy JSONP.
Installation
npm install @firstandthird/jsonp
Usage
import jsonp from '@firstandthird/jsonp';
jsonp('https://some-url.io', () => {
// It finished
}, 'cb');
// https://some-url.io?cb=jsonp_125149012 will be queried