1 Entegrasyon
saqut edited this page 2024-03-19 00:35:57 +03:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

İlk bağlantı MWSE'nin kendi içinde sunduğu script kütüphanesini projenize import etmek ile başlar

script 'module' değildir, typescript üzerinden ES5'e dönüştürülerek üretilmiştir

<script src="https://ws.saqut.com/script"></script>

import ettikten sonra herhangi bir aşamada MWSE ismiyle kullanabilirsiniz

<script>
const mwse = new MWSE({ endpoint: "wss://example.com"  });
/// ... Other codes
</script>