From 34c68fa985fa9fbad9eba0e474bcda0951942244 Mon Sep 17 00:00:00 2001 From: Ground0 Date: Mon, 17 Jul 2023 15:47:38 +0200 Subject: [PATCH] add new definitions --- lweb.pbi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lweb.pbi b/lweb.pbi index 9696e17..3cc5e76 100644 --- a/lweb.pbi +++ b/lweb.pbi @@ -187,7 +187,7 @@ Module lhs_web PrototypeC.s WebHandler_i_Get(handler_Map_JSON.s) PrototypeC.s WebHandler_i_Post(handler_Map_JSON.s, ContentString.s) PrototypeC.s WebHandler_i_Universal(handler_Map_JSON.s, ContentString.s) - + PrototypeC WebSocket_Handler_String(handler_Map_JSON.s, Back_Semaphore.i) ;******************************** ;*