2021/1/14 Workers Release Notes

Changes this week:

  • Implemented File and Blob APIs, which can be used when constructing FormData in outgoing requests. Unfortunately, FormData from incoming requests at this time will still use strings even when file metadata was present, in order to avoid breaking existing deployed workers. We will find a way to fix that in the future.
1 Like

If we are able to choose the worker runtime version or similar broken changes will be less concerned. Can be a “auto” selection option and few versions that are non compatible to the lasted/auto to avoid all those compromises.