5 ms·
I managed to make it crash by spamming letters: > Unchecked runtime.lastError: A listener indicated an asynchronous response by returning true, but the message
by SemanticStrengh 4y ago
I managed to make it crash by spamming letters:
>
Unchecked runtime.lastError: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received
framework-a87821de553db91d.js:1
Error: code length overflow. (23804>23648)
cool project btw
- throwaway413 4y agoHey thanks for breaking it! :) the templating lang is definitely brittle right now and will need to be revamped for anything close to real usage. I managed to add emoji support last night, which ended up increasing my encoded payload size by about 30%. I need to add some debouncing to the block updates as it’s real time right now but with all of the encoding seems to overwhelm the page if you type too fast.