We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df91ded commit e680216Copy full SHA for e680216
jack.js
@@ -12,8 +12,9 @@ import('https://dev.jspm.io/cash-dom').then(({ default: $ }) => $(function () {
12
13
const ripper = new Jack()
14
ripper.scRIP([
15
+ 'https://soundcloud.com/leetcodes/sets/remixes-of-in-game-music',
16
'https://soundcloud.com/groove-delight/groove-delight-dance-floor',
17
'https://soundcloud.com/krash_music/groove-delight-krash-wonderwall'
18
])
- .then(t=>t.forEach(mp3=>$(`<audio controls src="${mp3}"></audio>`).appendTo(document.body)))
19
+ .then(t=>t.forEach(mp3=>$(`<audio preload="metadata" controls src="${mp3}"></audio>`).appendTo(document.body)))
20
}))
0 commit comments