mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
refactor: deno_fetch op crate (#7524)
This commit is contained in:
parent
cead79f5b8
commit
7845740637
34 changed files with 2544 additions and 2234 deletions
|
@ -61,6 +61,7 @@ unitTest(function blobShouldNotThrowError(): void {
|
|||
assertEquals(hasThrown, false);
|
||||
});
|
||||
|
||||
/* TODO https://github.com/denoland/deno/issues/7540
|
||||
unitTest(function nativeEndLine(): void {
|
||||
const options = {
|
||||
ending: "native",
|
||||
|
@ -69,6 +70,7 @@ unitTest(function nativeEndLine(): void {
|
|||
|
||||
assertEquals(blob.size, Deno.build.os === "windows" ? 12 : 11);
|
||||
});
|
||||
*/
|
||||
|
||||
unitTest(async function blobText(): Promise<void> {
|
||||
const blob = new Blob(["Hello World"]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue