Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120488544
es6-promise.umd.js
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jul 4, 17:56
Size
500 B
Mime Type
text/x-java
Expires
Sun, Jul 6, 17:56 (2 d)
Engine
blob
Format
Raw Data
Handle
27182094
Attached To
R8244 Eawag_Swing_Weight_Elicitation
es6-promise.umd.js
View Options
import Promise from './es6-promise/promise';
import polyfill from './es6-promise/polyfill';
var ES6Promise = {
'Promise': Promise,
'polyfill': polyfill
};
/* global define:true module:true window: true */
if (typeof define === 'function' && define['amd']) {
define(function() { return ES6Promise; });
} else if (typeof module !== 'undefined' && module['exports']) {
module['exports'] = ES6Promise;
} else if (typeof this !== 'undefined') {
this['ES6Promise'] = ES6Promise;
}
polyfill();
Event Timeline
Log In to Comment