mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 11:49:44 +00:00
LibWeb: Rename ServiceWorker::ServiceWorker to ServiceWorkerRecord
This is to resolve naming conflicts between the ServiceWorker JS exposed object and the internal representation of a ServiceWorker which is going to be stored cross process.
This commit is contained in:
parent
04508841e9
commit
2918405360
Notes:
github-actions[bot]
2024-11-30 10:20:48 +00:00
Author: https://github.com/shannonbooth
Commit: 2918405360
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2653
5 changed files with 10 additions and 10 deletions
|
@ -90,7 +90,7 @@ void Registration::remove(StorageAPI::StorageKey const& key, URL::URL const& sco
|
|||
}
|
||||
|
||||
// https://w3c.github.io/ServiceWorker/#get-newest-worker
|
||||
ServiceWorker* Registration::newest_worker() const
|
||||
ServiceWorkerRecord* Registration::newest_worker() const
|
||||
{
|
||||
// FIXME: 1. Run the following steps atomically.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue