Skip to content

Commit a1f0794

Browse files
save file
1 parent 9fb58b0 commit a1f0794

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# webcontainer-service-worker
2+
3+
when containers are an amazing technology, allowing a sandboxed, experimental environment to be setup within seconds and torn down
4+
without consideration. While operation webcontainers use a service worker to intercept network requests and hence they can
5+
provide the illusion of a real web server running within a webpage. That service worker can only intercept requests coming
6+
from a domain it is bound to, ie example.com, this code snippet attempts to demonstrate that by understanding this relationship
7+
between the html ( iframe ) and the service worker domain, we can produce enhanced functionality.
8+
9+
10+

0 commit comments

Comments
 (0)