We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4222d34 commit da00b26Copy full SHA for da00b26
README.md
@@ -30,7 +30,6 @@ interface OptionType {
30
version: '1.1' | '2.1' | '3.1' | '3.5'; //default: '1.1';
31
}
32
const spark = new Spark(option );
33
-spark.start();
34
35
// 监听数据响应
36
spark.watchDataChange((text: string, ResultData:ResultData) => {
0 commit comments