Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

要求を送信します。WAM 名をしない場合のデフォルトは現在のWAM です。

次の例で "wrb" は、Webroutine "MyResponse" により返される WebRoutine JSON オブジェクトです。


     wr.post({wam: "MyWam", webroutine: "MyResponse", callback: function(wrb) {
// Handle the response here
}});