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 295c7a4 commit d31da63Copy full SHA for d31da63
sdk/go/datastar/execute-script-sugar.go renamed to sdk/go/datastar/execute-script.go
@@ -69,7 +69,6 @@ func WithExecuteScriptAttributeKVs(kvs ...string) ExecuteScriptOption {
69
}
70
71
// ExecuteScript runs a script in the client browser by using PatchElements to send a <script> element.
72
-// This is a sugar helper that maintains backward compatibility while using the standard PatchElements approach.
73
func (sse *ServerSentEventGenerator) ExecuteScript(scriptContents string, opts ...ExecuteScriptOption) error {
74
options := &executeScriptOptions{
75
RetryDuration: DefaultSseRetryDuration,
0 commit comments