mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2025-01-25 05:05:45 -07:00
1 line
No EOL
248 B
JavaScript
1 line
No EOL
248 B
JavaScript
var allSettled=Promise.allSettled||function(t){"use strict";var e=this;return e.all(t.map(function(t){return e.resolve(t).then(this.$,this._)},{$:function(t){return{status:"fulfilled",value:t}},_:function(t){return{status:"rejected",reason:t}}}))}; |