webhooks.js icon indicating copy to clipboard operation
webhooks.js copied to clipboard

[FEAT]: WebStandard Middleware

Open akku1139 opened this issue 1 year ago • 3 comments

Describe the need

Currently, octokit only supports creating middleware for Node.js , but there are times when I want to use octokit in an environment other than Node.js . This is not a big problem with runtimes that are compatible with Node.js, such as Deno and Bun, Edge runtimes such as Cloudflare Workers may not offer Node.js compatibility. Therefore, it is necessary to provide Middleware that uses WebStandard API (Request/Response).

SDK Version

No response

API Version

No response

Relevant log output

No response

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

akku1139 avatar Sep 30 '24 13:09 akku1139