Open walker27 opened 5 years ago
mine business scene is: our server-side socket only provider json-string message data , therefore each watcher have to write JSON.parse(...). that's why i need a pre-handle to avoid manage all watchers with myself.
JSON.parse(...)
mine business scene is: our server-side socket only provider json-string message data , therefore each watcher have to write
JSON.parse(...)
. that's why i need a pre-handle to avoid manage all watchers with myself.