-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Open
Labels
Experience EnhancementNoncontroversial enhancementsNoncontroversial enhancementsSuggestionAn idea for TypeScriptAn idea for TypeScript
Description
Bug Report
🔎 Search Terms
image src dom
🕗 Version & Regression Information
- This is the behavior in every version I tried, and I reviewed the FAQ for entries about 4.3.0
⏯ Playground Link
Playground link with relevant code
💻 Code
let image = document.createElement('img');
image.src = new URL("http://google.com");
console.log(image.src)🙁 Actual behavior
Type 'URL' is not assignable to type 'string'.(2322)
🙂 Expected behavior
Compiles cleanly (confirmed supported per whatwg/html#6440)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Experience EnhancementNoncontroversial enhancementsNoncontroversial enhancementsSuggestionAn idea for TypeScriptAn idea for TypeScript