File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ Engine.IO protocols.
8080+------------------------------+-----------------------------+-----------------------------+------------------------+-------------------------+-------------------------+
8181| 1.x and 2.x | 3, 4 | 3 | 4.x | 4.x | 3.x |
8282+------------------------------+-----------------------------+-----------------------------+------------------------+-------------------------+-------------------------+
83- | 3.x | 5 | 4 | 5.x | 5.x | 4.x |
83+ | 3.x and 4.x | 5 | 4 | 5.x | 5.x | 4.x |
8484+------------------------------+-----------------------------+-----------------------------+------------------------+-------------------------+-------------------------+
8585
8686Initialization
@@ -120,7 +120,7 @@ production servers, but this functionality has been discontinued in favor of the
120120The application must serve a page to the client that loads the Socket.IO
121121library and establishes a connection::
122122
123- <script src="//cdnjs.cloudflare.com/ajax/libs/socket.io/2.2.0 /socket.io.js" integrity="sha256-yr4fRk/GU1ehYJPAs8P4JlTgu0Hdsp4ZKrx8bDEDC3I =" crossorigin="anonymous"></script>
123+ <script src="https: //cdnjs.cloudflare.com/ajax/libs/socket.io/4.0.1 /socket.io.js" integrity="sha512-q/dWJ3kcmjBLU4Qc47E4A9kTB4m3wuTY7vkFJDTZKjTs8jhyGQnaUrxa0Ytd0ssMZhbNua9hE+E7Qv1j+DyZwA= =" crossorigin="anonymous"></script>
124124 <script type="text/javascript" charset="utf-8">
125125 var socket = io();
126126 socket.on('connect', function() {
You can’t perform that action at this time.
0 commit comments