alibaba / alibaba/JS-Memory-Analysor
document.registerElement很多版本chrome都不可以使用
Open
- Dominant language
- JavaScript
- Stars
- 129
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
UI.registerCustomElement = function(localName, typeExtension, prototype) {
return document.registerElement(typeExtension, {prototype: Object.create(prototype), extends: localName});
};
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the UI.registerCustomElement function shown in the issue and check the supported browser behavior for document.registerElement. Confirm the affected Chrome versions and identify the compatibility change needed; done means custom-element registration works in those versions and the relevant behavior is verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100