Skip to content

Commit

Permalink
🤖 Merge PR #69617 phoenix_live_view: Add longPollFallbackMs to Socket…
Browse files Browse the repository at this point in the history
…Options by @rhcarvalho
  • Loading branch information
rhcarvalho committed May 16, 2024
1 parent 91003f3 commit 7959bdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/phoenix_live_view/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export interface DomOptions {
export type ViewLogger = (view: View, kind: string, msg: any, obj: any) => void;

export interface SocketOptions {
longPollFallbackMs?: number | undefined;
bindingPrefix?: string | undefined;
defaults?: Defaults | undefined;
dom?: DomOptions | undefined;
Expand Down

0 comments on commit 7959bdc

Please sign in to comment.