Function chakracore_sys::JsTTDRawBufferAsyncModificationRegister [] [src]

pub unsafe extern "system" fn JsTTDRawBufferAsyncModificationRegister(
    instance: JsValueRef,
    initialModPos: *mut byte
) -> JsErrorCode

TTD API -- may change in future versions: Get info for notifying the TTD system that a raw buffer it shares with the host has been modified. The array buffer we want to monitor for contents modification. The first position in the buffer that may be modified. The code JsNoError if the operation succeeded, a failure code otherwise.