fix(ext/web): add stream tests to detect v8slice split bug (#20253)

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
Matt Mastracci 2023-08-23 17:03:05 -06:00 committed by GitHub
parent af1b794e53
commit b1ce2e4167
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
43 changed files with 191 additions and 72 deletions

View file

@ -2,7 +2,7 @@
use std::fmt::Debug;
use std::str::FromStr;
use deno_core::task::MaskFutureAsSend;
use deno_core::unsync::MaskFutureAsSend;
#[cfg(tokio_unstable)]
use tokio_metrics::RuntimeMonitor;