英語 での Returns a promise の使用例とその 日本語 への翻訳
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Programming
Function which returns a Promise.
It returns a promise that resolves with a Blob.
Use a Function which returns a Promise.
It returns a promise that resolves with an ArrayBuffer.
Makes XHR(aka AJAX) requests, and returns a promise.
人々も翻訳します
Request method returns a Promise, not the response data itself.
The browser starts the request right away and returns a promise.
Match() method returns a Promise that can be used to handle exceptions.
This makes a network request to the url and returns a promise.
Returns a Promise which is resolved once full-screen mode has been activated.
Here each loadScript call returns a promise, and the next.
Returns a Promise that resolves all triggered action handlers. Details.
When no callback is passed, the method returns a Promise which resolves to the rendered HTML.
Json() Returns a promise that resolves with a JSON representation of the request body.
The word“async” before a function means one simple thing:a function always returns a promise.
Because import() returns a Promise, you can also use async/await syntax.
It's the conversion of a function that accepts a callback into a function that returns a promise.
Module and returns a Promise that resolves to an Instance of that Module.
The new loadScriptPromise(src) function achieves the same result,but it accepts only src(no callback) and returns a promise.
Blob() Returns a promise that resolves with a Blob representation of the request body.
The connect() method is one of many RippleAPI methods that returns a Promise, which is a special kind of JavaScript object.
This returns a promise that resolves to the Response object representing the response to your request.
CreateImageBitmap() Accepts a variety of different image sources, and returns a Promise which resolves to an ImageBitmap.
The function returns a Promise and accepts MediaStreamConstraints object as a parameter.
The Bluetooth interface of the Web Bluetooth API returns a Promise to a BluetoothDevice object with the specified options.
Persist() Secure context Returns a Promise that resolves to true if the user agent is able to persist your site's storage.
In the second example, myFunction() returns a promise for value, then the rest of the code can carry on running.
WhenDefined(name)- returns a promise that resolves(without value) when a custom element with the given name becomes defined.
MatchAll(request, options) Returns a Promise that resolves to an array of all matching requests in the Cache object.
Persisted() Secure context Returns a Promise that resolves to true if persistence has already been granted for your site's storage.