Skip to main content

2022-06-26

Brane Notesโ€‹

This week's goalโ€‹

Therefore,โ€‹

Note that:โ€‹

  • This may require a server to swap out DOM actions.
    • For example, perform console.log when a button is clicked.
    • Instead of appending the code, change the behavior of the DOM.
  • ShadowDOM is already available on WorkerDOM.
  • Forced Shutdown and Preloading are all multitasking features.
  • Investigate how WorkerDOM terminates an application. This is a Web Spec.
  • Especially, try implementing synchronous Layout propertiesโ€”for example, Framer Motion.
    • To push the limits, we can try Kakao Map SDK (or any Map SDK like Open Layer)
    • This will essentially verify three facts:
      1. Can we synchronously pass Layout properties?
      2. Can we properly extract and process external scripts?
      3. Can we shim geolocation APIs?

Personal Notesโ€‹

Links to This Note