Issue with FormData Methods in Cloudflare Workers
I am currently developing an API using Cloudflare Workers and have encountered a technical issue with handling FormData objects. Specifically, I am unable to use the
Upon attempting to execute this, I receive the following errors:
Thank you for your assistance.
Best regards,
form.getBuffer() and form.getBoundary() methods as they are seemingly not recognized as functions. Here is the relevant part of my code:Upon attempting to execute this, I receive the following errors:
TypeError: form.getBuffer is not a functionTypeError: form.getBoundary is not a function
Thank you for your assistance.
Best regards,