- From: Sasha Firsov <notifications@github.com>
- Date: Sun, 06 Nov 2022 21:00:14 -0800
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 7 November 2022 05:00:27 UTC
The most of APIs for objects in browser do support CRUD operations. But for custom element registries it has been implemented only partially. * Create - i.e. registration covered by [Scoped Custom Element Registries](https://github.com/WICG/webcomponents/blob/gh-pages/proposals/Scoped-Custom-Element-Registries.md) and partially in [original API](https://developer.mozilla.org/en-US/docs/Web/API/CustomElementRegistry) * Read - [CustomElementRegistry.get()](https://developer.mozilla.org/en-US/docs/Web/API/CustomElementRegistry/get) is partial implementation. Does not allow to * list the registered tags * watch for list changes * Update - replace the implementation. Facade pattern to * semver support in init time, * live app upgrade * translation * analytics * ... * Delete - unregister. The proposals been closed on several occasions. A base for Upgrade ^^ The exact API is a subject for individual discussions. -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/976 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/976@github.com>
Received on Monday, 7 November 2022 05:00:27 UTC