scratchfoundation / scratchx

Scratch Extension Site
https://github.com/llk/scratchx
190 stars 121 forks source link

is Requester Block(reporter block that waits for the callback) supported? #160

Closed Taeyang-Choi closed 1 year ago

Taeyang-Choi commented 5 years ago

Using http communication, I made the 'R' block in Scratch extension

["R", "Requester Test", "reqTest"]

I received the following message from the helper app

GET /reqTest HTTP/1.1

What value should the 'R' block send to http communication to print the value?

_result reqTest 'value' is not working