compatibility_date property

  1. @JsonKey.new(name: 'compatibility_date', required: true)
DateTime compatibility_date
getter/setter pair

Date indicating targeted support in the Workers runtime. Backwards incompatible fixes to the runtime following this date will not affect this Worker.

Implementation

@JsonKey(name: 'compatibility_date', required: true)
late DateTime compatibility_date;