compatibilityFlags

@JvmName(name = "yuwplepxniensbxk")
suspend fun compatibilityFlags(value: Output<List<String>>)
@JvmName(name = "uqclnygplanhyxam")
suspend fun compatibilityFlags(value: List<String>?)

Parameters

value

Flags that enable or disable certain features in the Workers runtime. Used to enable upcoming features or opt in or out of specific changes not included in a compatibility_date.


@JvmName(name = "phnwmiamsjgwpvmx")
suspend fun compatibilityFlags(vararg values: Output<String>)


@JvmName(name = "ehqnxnimtagjwxss")
suspend fun compatibilityFlags(values: List<Output<String>>)
@JvmName(name = "qifnhgcgxckaxikq")
suspend fun compatibilityFlags(vararg values: String)

Parameters

values

Flags that enable or disable certain features in the Workers runtime. Used to enable upcoming features or opt in or out of specific changes not included in a compatibility_date.