Skip to content

Commit d0a23da

Browse files
fix: improvements from recordings 16.04.2025
1 parent e7888cc commit d0a23da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4274,7 +4274,7 @@ document.getElementById("dropzone").addEventListener("drop", function(event) {
42744274

42754275
[^113]CodeSandbox: Drag and Drop API.
42764276

4277-
[^113]:[CodeSandbox: Drag and Drop API](https://fsswsl.csb.app/), last access: October 2, 2024.
4277+
[^113]:[CodeSandbox: Drag and Drop API](https://fsswsl.csb.app/), last access: April 16, 2025.
42784278

42794279
- The code above demonstrates how to implement drag-and-drop functionality using the Drag and Drop API.
42804280
- The `draggable` attribute is set to `true` on the draggable element, indicating that it can be dragged.
@@ -4300,7 +4300,7 @@ The Audio and Video API allows web applications to embed and control audio and v
43004300

43014301
[^114]CodeSandbox: Audio and Video API.
43024302

4303-
[^114]:[CodeSandbox: Audio and Video API](https://zzyzjg.csb.app/), last access: October 6, 2024.
4303+
[^114]:[CodeSandbox: Audio and Video API](https://zzyzjg.csb.app/), last access: April 16, 2025.
43044304

43054305
- The code above demonstrates how to use the `<audio>` and `<video>` elements to embed audio and video content.
43064306
- The `controls` attribute adds playback controls (play, pause, volume, etc.) to the media player.

0 commit comments

Comments
 (0)