UNPKG

@cerbos/embedded

Version:

Client library for interacting with embedded Cerbos policy decision points generated by Cerbos Hub from server-side Node.js and browser-based applications

6 lines 163 B
export function cancelBody(response) { response.body?.cancel().catch(() => { // ignore failure to cancel }); } //# sourceMappingURL=response.js.map