Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rozek authored Jul 29, 2024
1 parent ed30719 commit c450918
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,10 @@ The following blocks do not fit into the categories shown before - may may still

> opens a browser "prompt" pop-up dialog, displays the given message and continues as soon as the user has entered a response. If cancelled, the block returns an empty string, otherwise it returns the entered string (see related [example](#alert-confirm-prompt))
![speak](./Screenshots/speak.png)

> t.b.w. (see related [example](#text-to-speech))
![ValueIsNonEmpty](./Screenshots/ValueIsNonEmpty.png)

> returns `true` if the given value contains a string that is neither empty nor contains whitespace only - or `false` otherwise
Expand Down Expand Up @@ -510,6 +514,12 @@ Here are a few examples which you can uploda into the Blockly workspace to get f

> use this little Blockly program to get familiar with "Suspend", "Resume" and "Abort" (see [Blockly workspace file](./Examples/Suspend_Resume_Abort.json))
### Text-to-Speech ###

![speak](./Examples/speak.png)

> this example demonstrates text-to-speech synthesis using the Browser's built-in WebSpeech API (see [Blockly workspace file](./Examples/speak.json))
### throw ###

![throwError](./Examples/throwError.png)
Expand Down

0 comments on commit c450918

Please sign in to comment.