You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation for both methods are extremely unclear, especially for experienced JavaScript coders.
open
HttpRequest.open
機能/意味
指定したメソッドで指定URLにリクエストする
I assumed by the description that I will be able to specify a full URL, and this method will actually request the service. However from examples given, it is clear that I can only specify a protocol and a domain name, without payload, even GET payloads.
It won't send the request, which makes ※常に非同期での呼び出しになります this statement false.
https://krkrz.github.io/docs/plugin/index.html
Documentation for both methods are extremely unclear, especially for experienced JavaScript coders.
open
I assumed by the description that I will be able to specify a full URL, and this method will actually request the service. However from examples given, it is clear that I can only specify a protocol and a domain name, without payload, even GET payloads.
It won't send the request, which makes
※常に非同期での呼び出しになります
this statement false.send
This is completely false, by contradiction the example sent GET payload instead within
storeStorage
parameter.The text was updated successfully, but these errors were encountered: