PROMISE OBJECT 日本語 意味 - 日本語訳 - 英語の例文

['prɒmis 'ɒbdʒikt]
['prɒmis 'ɒbdʒikt]
promiseオブジェクトを

英語 での Promise object の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
The Promise object.
Promiseオブジェクトオブジェクト
The constructor syntax for a promise object is:.
Promiseオブジェクトのコンストラクタ構文は次の通りです:。
A Promise object is returned.
Promiseオブジェクトが返されます。
The properties state and result of the Promise object are internal.
Promiseオブジェクトのプロパティstateとresultは内部的なものです。
Get the promise object for this API.
このAPIのために、Promiseオブジェクトを取得する。
Loads an audio file and decodes it and returns a promise object as jQuery.
オーディオファイルを読み込みます.promiseオブジェクトが返ります。
Gets a Promise object containing the ID token payload.
IDトークンのペイロードを含むPromiseオブジェクトが返されます。
APIs that access the network through the Kii Cloud SDK return a Promise object.
KiiCloudSDKでネットワークアクセスを行うAPIはPromiseオブジェクトを返します。
Returns: A Promise object that resolves to the displayed element.
返り値:隠れた要素を解決するPromiseオブジェクトを返します。
If you omit successCallback and errorCallback, a Promise object is returned.
SuccessCallbackおよびerrorCallbackを省略した場合は、Promiseオブジェクトが返されます。
Returns a Promise object that contains the user's profile information.
ユーザーのプロフィール情報を含むPromiseオブジェクトを返します。
If you didn't select the openid scopewhen adding the LIFF app to a channel, a Promise object containing null is returned.
LIFFアプリをチャネルに追加するときに、openidスコープを選択しなかった場合は、nullを含むPromiseオブジェクトが返されます。
Reject(reason) Returns a new Promise object that is rejected with the given reason.
Reject()与えられた理由で拒否された新しいPromiseオブジェクトを返します。
A Promise object containing the string read by LINE's QR code reader is returned.
LINEのQRコードリーダーで読み取った文字列を含むPromiseオブジェクトが返されます。
Instead, it will create and return a Promise object that resolves when the loading is complete.
代わりに、読み込みが完了したときに解決するpromiseオブジェクトを生成し返します。
The Promise object contains the BluetoothDeviceobject indicating information about the devices.
Promiseオブジェクトには、デバイスの情報を示すBluetoothDeviceオブジェクトが含まれています。
If you fail to enable the plugins, a Promise object containing the error information is returned.
プラグインの有効化に失敗したときは、エラー情報を含むPromiseオブジェクトを返します。
The Promise object contains a Boolean object indicating whether or not the Bluetooth plugin can be used.
Promiseオブジェクトには、Bluetoothプラグインが利用できるかどうかを示すBooleanオブジェクトが含まれています。
Instead, it will create and return a Promise object that resolves when the loading is complete.
代わりに、読み込みが完了したときに解決するpromiseオブジェクトを生成し返します。外部コードは。
A Promise object serves as a link between the executor(the“producing code” or“singer”) and the consuming functions(the“fans”), which will receive the result or error.
Promiseオブジェクトはexecutor(“生成コード”あるいは“シンガー”)と消費関数(“ファン”)の間のリンクとして機能し、結果またはエラーを受け取ります。消費関数はメソッド.then。
APIs that access the network will return a Promise object that conforms to the Promises/A+ specification.
ネットワークアクセスを行う各APIはPromises/A+に準拠したPromiseオブジェクトを返します。
To summarize, the executor should perform a job(usually something that takes time)and then call resolve or reject to change the state of the corresponding promise object.
要約すると、executorはジョブ(通常は時間のかかる何か)を行い、その後、対応するpromiseオブジェクトの状態を変更するために、resolveまたはrejectを呼び出します。
Creating a Promise A Promise object is created using the new keyword and its constructor.
Promiseを作成するPromiseオブジェクトはnewキーワードとコンストラクターで作成されます。
Even a simple generic wrapper function like cssAnimation(className)that will return the Promise object that gets resolved on transitionEnd could be of a great help.
Promiseオジェクトを返し、transitionEndの解決をするcssAnimation(class名)というようなシンプルで一般的なラッパーでさえ、非常に助けになるでしょう。
You can get the Promise object that resolves when you run liff. init() for the first time after starting the LIFF app.
Init()の実行が初めて終了したときにresolveするPromiseオブジェクトを利用できるようになりました。liff。
The function will return a Promise object, which resolves to a DialogView object when the dialog is created.
この関数は戻り値としてPromiseオブジェクトを返し、そのコールバック関数を通じてDialogViewオブジェクトを渡します。
The key is that the Promise object returned by the asynchronous API is treated as the return value of the function within the then() method and chained to the next then() method.
ポイントは、非同期処理を行うAPIが返すPromiseオブジェクトをthen()メソッド内の関数の戻り値として返し、その次のthen()メソッドにチェーンするという点です。
You can chain processes by passing a Promise object from the function specified in the first then() method to the next then() method.
Then()メソッドに指定された関数からさらにPromiseオブジェクトを返して、その次のthen()メソッドに処理をつなげることができます。
The caller gets the Promise object and calls a done(successFunc(data)) which will tell the Promise object to call this successFunc when the"data" is resolved.
問題解決の為、関数呼び出し元でPromiseオブジェクトを取得し、Promiseオブジェクトが"データ"が分析完了した時に呼び出すsuccessFuncdone(successFunc(data))として呼び出します。
The return value from the then method is another Promise object, so you can"chain" that into another then method, or the Promise's catch method, which also takes a callback.
Thenメソッドからの戻り値は別のPromiseオブジェクトであるため、別のthenメソッドへの、または同様にコールバックを受け付けるPromiseのcatchメソッドへの「チェーン」にすることができます。
結果: 115, 時間: 0.0282

単語ごとの翻訳

トップ辞書のクエリ

英語 - 日本語