Last active
July 6, 2022 12:10
-
-
Save Code-Hex/5eb472e1f1df34cbc68e8bbf89a30adb to your computer and use it in GitHub Desktop.
Revisions
-
Code-Hex revised this gist
Jul 6, 2022 . No changes.There are no files selected for viewing
-
Code-Hex renamed this gist
Jul 6, 2022 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Code-Hex created this gist
Jul 6, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ addEventListener('fetch', (event: FetchEvent) => { // @ts-ignore console.log({ ...global }) event.respondWith(verifyJWT(event.request)) })