Home
last modified time | relevance | path

Searched refs:LiveBroadcastLastModifiedHeader (Results 1 – 1 of 1) sorted by relevance

/plugin/pgn4web/pgn4web/
H A Dpgn4web.js914 var LiveBroadcastLastModifiedHeader = LiveBroadcastLastModified.toUTCString(); variable
1670 … if (LiveBroadcastLastModifiedHeader = this_http_request.getResponseHeader("Last-Modified")) {
1671 LiveBroadcastLastModified = new Date(LiveBroadcastLastModifiedHeader);
1825 http_request.setRequestHeader( "If-Modified-Since", LiveBroadcastLastModifiedHeader );
1843 LiveBroadcastLastModifiedHeader = LiveBroadcastLastModified.toUTCString();
1851 …return LiveBroadcastLastModified.getTime() === 0 ? 'unavailable' : LiveBroadcastLastModifiedHeader;