diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-01-09 17:25:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-09 17:25:10 +0100 |
commit | cd43d2b8771e59bb454c20b1504ad4176d195e87 (patch) | |
tree | a7cd787e1033864a7e9f55b777e58c0dfec18c16 /ext/web/stream_resource.rs | |
parent | 6db631a432ee916380b62770357adb46edd7c281 (diff) |
chore: upgrade deno_core to 0.244.0 (#21859)
Diffstat (limited to 'ext/web/stream_resource.rs')
-rw-r--r-- | ext/web/stream_resource.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/web/stream_resource.rs b/ext/web/stream_resource.rs index 95525cdf4..9a46b6d47 100644 --- a/ext/web/stream_resource.rs +++ b/ext/web/stream_resource.rs @@ -518,7 +518,7 @@ pub fn op_readable_stream_resource_write_buf( /// Write to the channel synchronously, returning 0 if the channel was closed, 1 if we wrote /// successfully, 2 if the channel was full and we need to block. -#[op2(fast)] +#[op2] pub fn op_readable_stream_resource_write_sync( sender: *const c_void, #[buffer] buffer: JsBuffer, |