ResourceHandler_ReadResponse

open fun ResourceHandler_ReadResponse(resourceHandler: Int, bytes_to_read: Int, callback: RObject): ResponseData

Read response data. If data is available immediately copy up to |bytesToRead| bytes into |dataOut|, set |bytesRead| to the number of bytes copied, and return true. To read the data at a later time set |bytesRead| to 0, return true and call CefCallback.Continue() when the data is available. To indicate response completion return false.

Return

True if more data is or will be available.