fix(WebWorker): Fix textarea value not being sent to the worker
Closes #7439 Closes #7828
This commit is contained in:

committed by
Robert Messerle

parent
fc496813e2
commit
a5d6b6db8b
@ -61,7 +61,8 @@ const kServedPaths = [
|
||||
'playground/src/web_workers/todo',
|
||||
'playground/src/web_workers/images',
|
||||
'playground/src/web_workers/message_broker',
|
||||
'playground/src/web_workers/router'
|
||||
'playground/src/web_workers/router',
|
||||
'playground/src/web_workers/input'
|
||||
];
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user