Current section

Files

Jump to
chrobot include protocol@page_NavigateResponse.hrl
Raw

include/protocol@page_NavigateResponse.hrl

-record(navigate_response, {
frame_id :: protocol@page:frame_id(),
loader_id :: gleam@option:option(protocol@network:loader_id()),
error_text :: gleam@option:option(binary())
}).