mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Add link to comment
This commit is contained in:
@@ -58,6 +58,7 @@ module.exports = ({blobStore}) ->
|
||||
document.title = "Spec Suite"
|
||||
|
||||
# Avoid throttling of test window by playing silence
|
||||
# See related discussion in https://github.com/atom/atom/pull/9485
|
||||
context = new AudioContext()
|
||||
source = context.createBufferSource()
|
||||
source.connect(context.destination)
|
||||
|
||||
Reference in New Issue
Block a user