edge-mock icon indicating copy to clipboard operation
edge-mock copied to clipboard

More CF types

Open samuelcolvin opened this issue 3 years ago • 1 comments

See cloudflare/workers-types/index.d.ts

  • [ ] ScheduledEvent - easy
  • [ ] BasicImageTransformations - perhaps not too hard?
  • [ ] HTMLRewriter - hard! maybe not too hard if the implementation stubs much of the functionality?
  • [ ] DurableObject - maybe not too hard?

samuelcolvin avatar Jun 22 '21 07:06 samuelcolvin

https://github.com/worker-tools/parsed-html-rewriter should help for HTMLRewriter.

samuelcolvin avatar Jun 24 '21 09:06 samuelcolvin