Open
Bug 1377143
Opened 8 years ago
Updated 2 years ago
Think about how best to do regarding preserving the async stack of the passed-in Function for CustomElementConstructor
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: edgar, Unassigned)
Details
+++ This bug was initially created as a followup of Bug #1299363 comment #54 +++
quote:
Having the CustomElementConstructor class here seems reasonable.
We're not preserving the async stack of the passed-in Function, but preserving that is a tad hard because bindings won't set it up until we return from the define() call. It's probably OK to file a followup to think about how best to do this.
Reporter | ||
Updated•8 years ago
|
Blocks: custom-elements-initial-release
Updated•8 years ago
|
Priority: -- → P3
Updated•7 years ago
|
No longer blocks: custom-elements-initial-release
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•