UNPKG

@flowjs/fusty-flow.js

Version:

Flow.js html5 file upload support for older browsers based on iframe upload.

15 lines (11 loc) 319 B
(function (Flow, FustyFlow, window) { 'use strict'; var fustyFlowFactory = function (opts) { var flow = new Flow(opts); if (flow.support) { return flow; } return new FustyFlow(opts); } window.fustyFlowFactory = fustyFlowFactory; })(window.Flow, window.FustyFlow, window);