Commit Graph

3 Commits

Author SHA1 Message Date
Noah Bright
8671683c60 LibWeb: Remove constexpr from service worker ==
Appeasing clang. The binary == wasn't constexpr and that
crashed compilation

(cherry picked from commit f23cc026031a22be85a47ef40fbaf126738a929e)
2024-11-24 10:27:54 -05:00
Andrew Kaster
363edceabe LibWeb: Add most of ServiceWorker Update algorithm
This misses the final, most important part of actually creating a
service worker object and sending the script over to it in a WebWorker
process.

(cherry picked from commit 85541f1e763f2db63a235f57a29026331138a29e)
2024-11-24 10:27:27 -05:00
Andrew Kaster
9448fe10da LibWeb: Implement most of Service Worker registration
This approach will need some rework to be properly handled at the user
agent level instead of per renderer process, but it's a start.

(cherry picked from commit 7faebb2702a2a19fc401fde1856a0d90861d2904)
2024-11-22 08:47:53 -05:00