exograph icon indicating copy to clipboard operation
exograph copied to clipboard

Improve efficiency of around interceptor when returning `proceed`ed data

Open ramnivas opened this issue 2 years ago • 0 comments

Consider a timing interceptor, which returns the data from operation.proceed(). The proceed may have returned json output in the string form from the database. Yet, due to DenoExecutors api, which requires returning a json Value, this string must be converted to a Value.

ramnivas avatar Nov 09 '22 20:11 ramnivas