Skip to content

Commit

Permalink
BinarySource supporting ReadableStream (medplum#3411)
Browse files Browse the repository at this point in the history
* BinarySource supporting Readable

* prefix node imports with node: and move to top

* use ReadableStream and WritableStream to support both node & browser environment

* Update packages/core/package.json

Co-authored-by: Derrick Farris <[email protected]>

* remove no-void ignore

* keep test for progress w/ string to ensure no regression

* update package-lock.json

---------

Co-authored-by: Derrick Farris <[email protected]>
  • Loading branch information
dillonstreator and ThatOneBro committed Nov 29, 2023
1 parent 235695d commit 7c80d0f
Show file tree
Hide file tree
Showing 5 changed files with 277 additions and 21 deletions.
235 changes: 220 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
"devDependencies": {
"@medplum/definitions": "*",
"@medplum/fhirtypes": "*",
"jest-websocket-mock": "2.5.0"
"jest-websocket-mock": "2.5.0",
"web-streams-polyfill": "3.2.1"
},
"peerDependencies": {
"pdfmake": "^0.2.5"
Expand Down
Loading

0 comments on commit 7c80d0f

Please sign in to comment.