XMLHTTPREQUEST Meaning in Japanese - translations and usage examples

Noun
xmlhttprequest

Examples of using Xmlhttprequest in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
XMLHttpRequest is only part of the Ajax equation.
XMLHttpRequestはAjaxの方法論の一部にすぎません。
For that purpose, please use XMLHttpRequest, we will cover it later.
それをするには、XMLHttpRequestを使用してください。
XMLHttpRequest is used heavily in Ajax programming.
XMLHttpRequestはAJAXプログラミングで多く使用されます。
The basic approach is to use XMLHttpRequest for fetching sound files.
基本的なアプローチとして、サウンドファイルの取得には、XMLHttpRequestを使います。
XMLHttpRequest is used heavily in Ajax programming.
XMLHttpRequestはAJAXプログラミングで頻繁に使用されます。
People also translate
For instance, we want to check whether a global function XMLHttpRequest exists.
例えば、グローバル関数XMLHttpRequestが存在するかどうか確認したいとします。
XMLHttpRequest is just a non-existing object property.
XMLHttpRequestは単に存在しないオブジェクトプロパティです。
HTTP is acronym, therefore to tokenize XMLHttpRequest should be as follows.
HTTPは頭字語なので、XMLHttpRequestをトークン分割すると本来なら以下のようになるはずです。
XMLHttpRequest is a familiar class name in the Javascript of Ajax.
XMLHttpRequestは、JavascriptのAjaxでお馴染みのクラス名です。
Log causes error:“Synchronous XMLHttpRequest on the main thread is deprecated…”.
Logが原因でエラーが発生する:「メインスレッドの同期XMLHttpRequestは廃止されました…」。
So, as fetch doesn't allow to track upload progress,we will use XMLHttpRequest.
したがって、fetchではアップロードの進行状況を追跡できないため、XMLHttpRequestを使います。
Request uses XMLHttpRequest instead of fetch() for a number of reasons:.
Requestはいくつかの理由により、fetch()の代わりにXMLHttpRequestを使っています。
When you access data by using the Microsoft Dynamics 365 web services,always use an XMLHttpRequest that is configured to execute asynchronously.
MicrosoftDynamics365Webサービスを使用してデータにアクセスするときは、常に、非同期に実行するように構成されたXMLHttpRequestを使用してください。
XMLHttpRequest has limited us to sending DOMString or Document(XML) data for some time.
XMLHttpRequestでは、DOMStringまたはDocument(XML)データの送信が制限されることがありました。
HTML markup for a button that invokes a method using XMLHttpRequest to communicate with the server when clicked.
クリックし、XMLHttpRequestを使用してサーバーと交信する方法を呼び出すボタンのHTMLマークアップ。
XMLHttpRequest was created by Microsoft in the late 90s because they needed it for Outlook.
XMLHttpRequestは、Outlookで必要だったので90年代後半にマイクロソフトによって生み出されたものである。
For your Ajax development, Firebug shows each XMLHttpRequest, both in the Net tab and the Console tab.
Ajax開発の場合、Firebugは各XMLHttpRequestを接続(Net)タブとコンソール(Console)タブの両方に表示します。
XMLHttpRequest is a JavaScript object that was created by Microsoft and adopted by Mozilla.
XMLHttpRequestは、Microsoftによって作られ、Mozillaが採用したJavaScriptオブジェクトです。
In addition, they can perform I/O using XMLHttpRequest although the responseXML and channel attributes are always null.
加えて、それらは(responseXML属性やchannel属性は常にnullですが)XMLHttpRequestを使用して入出力を行うこともできます。
XMLHttpRequest is an API that provides client functionality for transferring data between a client and a server.
XMLHttpRequestは、クライアントとサーバーの間でデータを伝送するための機能をクライアント側で提供するAPIです。
Extensions or other necko consumers, including XMLHttpRequest, can set a Cookie header explicitly, and necko will not replace it.
XMLHttpRequestを含む、拡張機能や他のnecko利用側は、cookieヘッダを明示的に設定でき、neckoはそれを置き換えません。
Send() XMLHttpRequest instances' send() method now supports typed arrays and ArrayBuffer objects as argument.
Send()XMLHttpRequestのインスタンスのsend()メソッドが、型付き配列とArrayBufferオブジェクトを引数としてサポートしました。
We create this instance using XPCOM instead of the usual way(new XMLHttpRequest()) because this way works both in chrome and non-chrome code.
私たちは、このインスタンスを一般的な方法(newXMLHttpRequest())の代わりにXPCOMを使用して作成しています。
We can't write if(XMLHttpRequest), because if there's no XMLHttpRequest, there will be an error(variable not defined).
もしXMLHttpRequestがない場合はエラーが起きる(変数未定義で)ので、if(XMLHttpRequest)と書くことはできません。
Reading a feed from the Web It's actually quite easy to read and parse a feed.Use an XMLHttpRequest to load the feed, then pass its string to an nsIFeedProcessor to parse the feed.
フィードを読み込むためにXMLHttpRequestを使い、次にフィードをパースするためにその文字列をnsIFeedProcessorに渡します。
XMLHttpRequest Loads content from a URL; XML content is returned as an XML Document object with a DOM tree built from the XML itself.
XMLHttpRequestURLからコンテンツを読み込みます。XMLコンテンツは、XML自体から構築されたDOM ツリーを持つXMLDocumentオブジェクトとして返されます。
Loading an image with XHR A simple example using Promise and XMLHttpRequest to load an image is available at the MDN GitHub promise-test repository.
XHRを使った画像のロード画像のロードにPromiseとXMLHttpRequestを使った分かりやすい例がMDNGitHubjs-examplestリポジトリで利用できます。
The client can't use XMLHttpRequest because it can't include the access cookie in a cross-domain request.
XMLHttpRequestは、アクセス・クッキーをクロスドメイン・リクエストに含めることができないため、クライアントは使用できません。
Sending and Receiving Binary Data The responseType property of the XMLHttpRequest object can be set to change the expected response type from the server.
バイナリデータの送信と受信XMLHttpRequestオブジェクトのresponseTypeプロパティを設定して、予想されるレスポンスタイプをサーバから変更することができます。
Typically, server communicationswould be REST over https(probably using XMLHttpRequest or Fetch), but they could also be SOAP, RFC 2549 or nearly any other protocol provided that the protocol is secure.
通常、サーバ通信はXMLHttpRequestやFetchを用いたHTTPSを介してREST通信で行いますが、安全な通信であれば SOAPやRFC2549、その他ほとんどのプロトコルを使用しても構いません。
Results: 119, Time: 0.0287

Top dictionary queries

English - Japanese