1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:47:35 +00:00

WebContent: Add a little text file I drew of the server/client classes

This commit is contained in:
Andreas Kling 2020-07-04 23:17:58 +02:00
parent efc335c457
commit 3005c0af69

View file

@ -0,0 +1,12 @@
Server Client
WebContent GUI process (WebContentView embedder)
WebContentView
WebContent::ClientConnection <---> WebContentClient
WebContent::PageHost
Web::Page
Web::Frame
Web::Document
..