preact-worker-demo icon indicating copy to clipboard operation
preact-worker-demo copied to clipboard

not compatible with [email protected]

Open tanpuer opened this issue 7 years ago • 1 comments

First, thanks to your demo, it really helped me a lot.

I run script in javascriptCore, and get the undom. then I send the message to webview to create real dom or update the dom. But I find it works with [email protected], but not 8.2.5. Can you help me?

tanpuer avatar Oct 24 '17 09:10 tanpuer

Sorry for the very long delay there - this is likely due to the .splitText dependency:

Text.prototype.splitText = () => {};

developit avatar May 18 '18 17:05 developit