You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update lockfile
bun.lockb was referring to incorrect playwright version.
* Add asBlob method
Useful for cases where you need to have a Blob object. Like downloading using browser extension APIs.
* Bump version
* Add documentation for `asBlob`
* Add clarifying comment
* Format markdown
The reason the `CsvOutput` type exists is to prevent accidentally passing in a string which wasn't formatted by `generateCsv` to the `download` function.
137
137
138
+
### Using `generateCsv` output as a `Blob`
139
+
140
+
A case for this would be using browser extension download methods _instead of_ the supplied `download` function. There may be scenarios where using a `Blob` might be more ergonomic.
0 commit comments