관리-도구
편집 파일: browser.js
/* eslint-env browser */ module.exports = typeof self == 'object' ? self.FormData : window.FormData;