IT/JS + Jquery
[Jquery]Promise가 정의 되지 않았습니다.
시린스
2020. 3. 13. 16:24
반응형
<script src="https://cdn.polyfill.io/v2/polyfill.min.js">
Polyfill.io
Polyfill.io Upgrade the web. Automatically.
cdn.polyfill.io
혹은
bluebird.js를 추가
http://bluebirdjs.com/docs/getting-started.html
Getting Started | bluebird
This article is partially or completely unfinished. You are welcome to create pull requests to help completing this article. Node.js Then: var Promise = require("bluebird"); Alternatively in ES6 import * as Promise from "bluebird"; If that ES6 import doesn
bluebirdjs.com