A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/ja/docs/Web/JavaScript/Reference/Global_Objects/AsyncFunction below:

AsyncFunction - JavaScript | MDN

AsyncFunction

Baseline Widely available

AsyncFunction オブジェクトは、非同期関数のメソッドを提供します。JavaScript では、すべての非同期関数が実際に AsyncFunction オブジェクトです。

AsyncFunction はグローバルオブジェクトではないことに注意してください。これは以下のようなコードで取得することができます。

const AsyncFunction = async function () {}.constructor;

AsyncFunction は Function のサブクラスです。

コンストラクター
AsyncFunction()

新しい AsyncFunction オブジェクトを生成します。

インスタンスプロパティ

インスタンスプロパティを親である Function から継承しています。

これらのプロパティは AsyncFunction.prototype で定義されており、すべての AsyncFunction のインスタンスで共有されます。

AsyncFunction.prototype.constructor

インスタンスオブジェクトを作成したコンストラクター関数。AsyncFunction インスタンスの場合、初期値は AsyncFunction コンストラクターです。

AsyncFunction.prototype[Symbol.toStringTag]

@@toStringTag プロパティの初期値は、文字列 "AsyncFunction" です。このプロパティは Object.prototype.toString() で使用されます。

メモ: AsyncFunction のインスタンスには prototype プロパティがありません。

インスタンスメソッド

インスタンスメソッドを親である Function から継承しています。

仕様書 ブラウザーの互換性 関連情報

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4