(url: Promise<string> | void)
| 178 | const a = this.getAudioHTML(url); |
| 179 | if (OSpoiler) { |
| 180 | a.append(makeSpoilerHTML()); |
| 181 | } |
| 182 | File.menu.bindContextmenu(a, this); |
| 183 | return a; |
| 184 | } else { |
| 185 | const uk = this.createunknown(url); |
| 186 | if (OSpoiler) { |