Skip to content

Commit d31da63

Browse files
committed
No sugar no more
1 parent 295c7a4 commit d31da63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdk/go/datastar/execute-script-sugar.go renamed to sdk/go/datastar/execute-script.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ func WithExecuteScriptAttributeKVs(kvs ...string) ExecuteScriptOption {
6969
}
7070

7171
// 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.
7372
func (sse *ServerSentEventGenerator) ExecuteScript(scriptContents string, opts ...ExecuteScriptOption) error {
7473
options := &executeScriptOptions{
7574
RetryDuration: DefaultSseRetryDuration,

0 commit comments

Comments
 (0)