Skip to content

Instantly share code, notes, and snippets.

@indus
Created July 28, 2026 12:19
Show Gist options
  • Select an option

  • Save indus/a20ae6caeca86a23b84b6f320de2b48c to your computer and use it in GitHub Desktop.

Select an option

Save indus/a20ae6caeca86a23b84b6f320de2b48c to your computer and use it in GitHub Desktop.
async function loadFn(params, abortController) {
console.log(params)
return {data:null};
}
self.addProtocol('custom', loadFn);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment