We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac71200 commit f3cd6cbCopy full SHA for f3cd6cb
1 file changed
packages/core/src/v3/apiClient/runStream.ts
@@ -509,7 +509,7 @@ const isSafari = () => {
509
*/
510
511
if (isSafari()) {
512
- // @ts-expect-error
+ // @ts-ignore-error
513
ReadableStream.prototype.values ??= function ({ preventCancel = false } = {}) {
514
const reader = this.getReader();
515
return {
@@ -541,6 +541,6 @@ if (isSafari()) {
541
};
542
543
544
545
ReadableStream.prototype[Symbol.asyncIterator] ??= ReadableStream.prototype.values;
546
}
0 commit comments