GET pending and canceled appear when using audio and video html tags in chrome
use preload="none" or preload="metadata" in the html audio tag
try adding or removing
preload="none
more details about this here https://code.google.com/p/chromium/issues/detail?id=234779
Comments