Packages

Spec compliant webdriver bidi types, decoders, and encoders for gleam

Current section

Files

Jump to
butterbidi include butterbidi@script@types@stack_frame_StackFrame.hrl
Raw

include/butterbidi@script@types@stack_frame_StackFrame.hrl

-record(stack_frame, {
column_number :: integer(),
function_name :: binary(),
line_number :: integer(),
url :: binary()
}).