mirror of
https://github.com/denoland/deno.git
synced 2025-10-03 07:34:36 +00:00
Change msg.proto package name.
This commit is contained in:
parent
5c7ba22f22
commit
0888f2b2ae
9 changed files with 130 additions and 130 deletions
2
fetch.ts
2
fetch.ts
|
@ -8,7 +8,7 @@ import {
|
|||
typedArrayToArrayBuffer
|
||||
} from "./util";
|
||||
import { pubInternal, sub } from "./dispatch";
|
||||
import { main as pb } from "./msg.pb";
|
||||
import { deno as pb } from "./msg.pb";
|
||||
|
||||
export function initFetch() {
|
||||
sub("fetch", (payload: Uint8Array) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue