Skip to content

Commit ed6146c

Browse files
committed
Expose RTR_FRAME_BIT constant
1 parent fd510a2 commit ed6146c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/binding.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ export enum ThreadPriority {
3333
PriorityError
3434
}
3535

36+
export const RTR_FRAME_BIT = 0x80000000;
37+
3638
export class CanBridgeInitializationError extends Error {
3739
cause: any;
3840

0 commit comments

Comments
 (0)