Current section

Files

Jump to
chrobot include chrome_Call.hrl
Raw

include/chrome_Call.hrl

-record(call, {
reply_with :: gleam@erlang@process:subject({ok, gleam@dynamic:dynamic_()} |
{error, chrome:request_error()}),
method :: binary(),
params :: gleam@option:option(gleam@json:json()),
session_id :: gleam@option:option(binary())
}).