We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524f0ef commit 7f31975Copy full SHA for 7f31975
shiny/_main.py
@@ -720,9 +720,11 @@ class ReloadArgs(TypedDict):
720
reload_excludes: NotRequired[list[str]]
721
reload_dirs: NotRequired[list[str]]
722
723
+
724
class DeflateArgs(TypedDict):
725
ws_per_message_deflate: NotRequired[bool]
726
727
728
# Check that the version of rsconnect supports Shiny Express; can be removed in the
729
# future once this version of rsconnect is widely used. The dependency on "packaging"
730
# can also be removed then, because it is only used here. (Added 2024-03)
0 commit comments