function promise-polyfill (fn) · description and source-code function Promise(fn) { if (typeof this !== 'object') throw new TypeError('Promises must be ...
確定! 回上一頁