Deactivate Options
DeactivateOptions are user-settable options used when deactivating clients.
Properties
Link copied to clipboard
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.
Link copied to clipboard
synchronous is used to enable the synchronous option when deactivating. If true, the server will wait for all pending operations to complete before deactivating.