Files
luci/modules/luci-base
Paul Donald fddc70391f luci-base: amend rpc to handle objects in param
This allows more complex and nested call constructions. Example:

const container_create = rpc.declare({
	object: 'frob',
	method: 'glob',
	params: { foo: { }, bar: { } },
});

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2026-01-23 04:27:51 +01:00
..
2026-01-21 07:43:14 +02:00
2026-01-06 13:19:34 +00:00