Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iframe へのデータの投稿は同期ですか、非同期ですか?
iframe と form.target=iframe のフォームがあります
form.submit() を呼び出すと、舞台裏で何が起こりますか? それは同期ですか、それとも非同期ですか?
JSの実行に関しては、同期的だと思います。ページ上の動作は、iframeのおかげで、ユーザーにとっては非同期の「スタイル」のように感じるかもしれませんが
ただし、テストは非常に簡単です。;-)
質問をするユースケースは何ですか?