Texonom
Texonom
/
Application
Application
/Network Science/ICT/Computer Network/Internet/WWW/Web Development/Web API/Web Base API/Web Worker/
Web Worker postMessage
Search

Web Worker postMessage

Creator
Creator
Seonglae Cho
Created
Created
2022 Jan 29 6:30
Editor
Editor
Seonglae Cho
Edited
Edited
2022 Jan 29 6:37
Refs
Refs
structuredClone 이용함
 
 
 
 
 
JS structuredClone()
The structured clone algorithm - Web APIs | MDN
The structured clone algorithm copies complex JavaScript objects. It is used internally when invokingstructuredClone() , to transfer data between Workers via postMessage() , storing objects with IndexedDB, or copying objects for other APIs. It clones by recursing through the input object while maintaining a map of previously visited references, to avoid infinitely traversing cycles.
The structured clone algorithm - Web APIs | MDN
https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm
The structured clone algorithm - Web APIs | MDN
 
 

Recommendations

Texonom
Texonom
/
Application
Application
/Network Science/ICT/Computer Network/Internet/WWW/Web Development/Web API/Web Base API/Web Worker/
Web Worker postMessage
Copyright Seonglae Cho