UNPKG

@quadible/web-sdk

Version:

The web sdk for Quadible's behavioral authentication service.

9 lines 325 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createFormData = void 0; const createFormData = function () { const FormData = window['__quadible_FormData'] || window.FormData; return new FormData(); }; exports.createFormData = createFormData; //# sourceMappingURL=FormData.js.map