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 050c44d commit 3d59fe0Copy full SHA for 3d59fe0
src/config.php
@@ -24,6 +24,12 @@
24
*/
25
'registerScript' => true,
26
27
+ /**
28
+ * Whether the session should be closed when the event stream begins.
29
+ * This is useful to allow other requests to be processed while the event stream is being sent.
30
+ */
31
+ 'shouldCloseSession' => false,
32
+
33
/**
34
* The name of the signals variable that will be injected into Datastar templates.
35
0 commit comments