--- title: Promise.prototype slug: conflicting/Web/JavaScript/Reference/Global_Objects/Promise translation_of: Web/JavaScript/Reference/Global_Objects/Promise translation_of_original: Web/JavaScript/Reference/Global_Objects/Promise/prototype original_slug: Web/JavaScript/Reference/Global_Objects/Promise/prototype ---
Promise
.prototype
屬性代表了 {{jsxref("Promise")}} 建構式的原型物件。
所有 {{jsxref("Promise")}} 實例都繼承自 {{jsxref("Promise.prototype")}}。您可以使用建構式的原型物件來增加屬性或方法到所有的 Promise
實例。
Promise.prototype.constructor
onFulfilled
或 onRejected
不是函式。)Specification | Status | Comment |
---|---|---|
{{SpecName('ES6', '#sec-promise.prototype', 'Promise.prototype')}} | {{Spec2('ES6')}} | Initial definition. |
{{SpecName('ESDraft', '#sec-promise.prototype', 'Promise.prototype')}} | {{Spec2('ESDraft')}} |
{{Compat("javascript/promise","Promise.prototype")}}