1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Added: Socket.IO v3.0.1

This commit is contained in:
nobody
2020-11-14 09:44:55 +01:00
parent fa8fe69e66
commit c8a1965d34
3 changed files with 10 additions and 0 deletions

View File

@@ -374,6 +374,8 @@ targets.setLastVersion = function (type, version) {
return '0.2.12';
} else if (type.startsWith('/socket.io/2.')) {
return '2.3.0';
} else if (type.startsWith('/socket.io/3.')) {
return '3.0.1';
} else if (type.startsWith('/spin.js/2.')) {
return '2.3.2';
} else if (type.startsWith('/stickyfill/1.')) {