Perfect nogation bugfixed
This commit is contained in:
parent
326682aa25
commit
bcdbe5f3fd
|
@ -7,7 +7,7 @@ addListener('disconnect',(global, xclient)=>{
|
|||
{
|
||||
client?.send([
|
||||
{
|
||||
id: clientid
|
||||
id: xclient.id
|
||||
},
|
||||
"peer/disconnect"
|
||||
])
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import "webrtc-adapter";
|
||||
import WebRTC from "./WebRTC";
|
||||
import Peer from "./Peer";
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
import P2PFileSender from "./P2PFileSender";
|
||||
import Peer from "./Peer";
|
||||
import "webrtc-adapter";
|
||||
interface TransferStreamInfo
|
||||
{
|
||||
senders : RTCRtpSender[];
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"description": "Mikro WebSocket Engine",
|
||||
"scripts": {
|
||||
"compile": "parcel watch --no-hmr",
|
||||
"build": "parcel build"
|
||||
"build": "parcel build --no-optimize"
|
||||
},
|
||||
"source": "./frontend/index.ts",
|
||||
"targets": {
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
</div>
|
||||
</div>
|
||||
<script src="index.js?v=42"></script>
|
||||
<script src="./index.js?v=42"></script>
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||
</body>
|
||||
</html>
|
1417
script/index.js
1417
script/index.js
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue