Skip to content

Commit 4430435

Browse files
committed
Update client-channel.js
1 parent e698a62 commit 4430435

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

worker/client-channel.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,8 @@ workerChannel.addEventListener('message', (event) => {
161161
// handle fetch request
162162
function handleFetchRequest(request) {
163163

164+
console.log(request);
165+
164166
return new Promise(async (resolve, reject) => {
165167

166168
// get request path type

0 commit comments

Comments
 (0)