Loading…
The dom-module element registers itself when its createdCallback is called. This makes it impossible to create via createElement. The dom-module element should support a register method to support imperative creation.
dom-module
createdCallback
createElement
register
Fixes #2125: adds a register method to dom-module to support imperati…
…ve creation.
861f4aa
The
dom-moduleelement registers itself when itscreatedCallbackis called. This makes it impossible to create viacreateElement. Thedom-moduleelement should support aregistermethod to support imperative creation.