Skip to content

Commit

Permalink
fix(connect): support spawn data ArrayBuffer type
Browse files Browse the repository at this point in the history
  • Loading branch information
burnto committed Jan 14, 2025
1 parent 266e239 commit b1e846a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connect/src/lib/spawn/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { uploadProcessWith } from './upload-process.js'
* @property {string} scheduler
* @property {Types['signer']} signer
* @property {{ name: string, value: string }[]} [tags]
* @property {string} [data]
* @property {string | ArrayBuffer} [data]
*
* @callback SpawnProcess
* @param {SpawnProcessArgs} args
Expand Down

0 comments on commit b1e846a

Please sign in to comment.