????

Your IP : 216.73.216.234


Current Path : C:/inetpub/vhost/binhdinhf1.gdtsolutions.vn/www/node_modules/next/dist/server/
Upload File :
Current File : C:/inetpub/vhost/binhdinhf1.gdtsolutions.vn/www/node_modules/next/dist/server/node-polyfill-form.js

/**
 * Polyfills `FormData` and `Blob` in the Node.js runtime.
 */ "use strict";
if (!global.FormData) {
    const { FormData  } = require("next/dist/compiled/@edge-runtime/ponyfill");
    global.FormData = FormData;
}
if (!global.Blob) {
    const { Blob  } = require("next/dist/compiled/@edge-runtime/ponyfill");
    global.Blob = Blob;
}

//# sourceMappingURL=node-polyfill-form.js.map