Skip to content

Commit

Permalink
Update web-api.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Nov 21, 2023
1 parent 34c83d9 commit 49f6bf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/seroval/src/core/web-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import type {
SerovalDOMExceptionNode,
SerovalEventNode,
SerovalNode,
SerovalNodeWithID,
SerovalReadableStreamNode,
SerovalURLNode,
SerovalURLSearchParamsNode,
Expand Down Expand Up @@ -114,7 +115,7 @@ export function createCustomEventNode(

export function createReadableStreamNode(
id: number,
factory: SerovalNode,
factory: SerovalNodeWithID,
items: SerovalNode,
): SerovalReadableStreamNode {
return {
Expand Down

0 comments on commit 49f6bf3

Please sign in to comment.