Skip to content

Documentation / @super-line/core / FrameDirection

Type Alias: FrameDirection

FrameDirection = "out" | "in"

Defined in: packages/core/src/client-tap.ts:19

Which side of the wire a frame crossed, from the client's point of view.

Released under the MIT License.