Skip to content

feat(rpc): support jsonp callbacks

Kevin Morris requested to merge kevr/aurweb:pu-rpc-jsonp into pu

This change introduces alternate rendering of text/javascript JSONP-compatible callback content. The examples/jsonp.html HTML document can be used to test this functionality against a running aurweb server.

Signed-off-by: Kevin Morris kevr@0cost.org

Merge request reports