keepalive

val keepalive: Boolean? = null

keepalive is used to enable the keepalive option when deactivating. If true, the client will request deactivation immediately using fetch with the keepalive option enabled. This is useful for ensuring the deactivation request completes even if the page is being unloaded.