A lightweight JSON RPC client & server
Home > async-call-rpc > AsyncCallStrictOptions > methodNotFound
Controls if AsyncCall send an ErrorResponse when the requested method is not defined.
Signature:
methodNotFound?: boolean;
If this option is set to false, AsyncCall will ignore the request and print a log if the method is not defined.