MetaMask / rpc-cap

A module for adding an object-capabilities system to any JSON-RPC API as middleware for json-rpc-engine
ISC License
31 stars 32 forks source link

add limitResponseLength caveat #95

Closed brad-decker closed 4 years ago

brad-decker commented 4 years ago

Adds a limitResponse caveat that slices an array response to the specified length.

brad-decker commented 4 years ago

@rekmarks - done

brad-decker commented 4 years ago

p.s Github might not be showing there's another commit, but there is. :eyes:

brad-decker commented 4 years ago

Fixed with a rebase, change is now actually there