Johan Kiviniemi
Johan Kiviniemi
Hi, It would be nice if these functions were checked at least to some extent. ```ts interface YouTubePlayerElement extends HTMLElement { getPlaybackRate(): number; setPlaybackRate(rate: number): void; } const isYouTubePlayerElement =...
Hi, I was hoping for this to check that the value is both defined and an instance of HTMLElement: ```ts const isHTMLElement = typia.createIs(); ``` However, [the result](https://typia.io/playground/?script=JYWwDg9gTgLgBDAnmYBDOAzKERwERIqp4DcAUGQMYQB2AzvMHQBIAqAsgDICiANgKYh+NeAF4EyNADpKUfqhj8AknQA8bLn0HCYAPgAUASnJA) is: ```js...
I would appreciate it if Colors.jl provided a linear RGB type which acts as follows. Thank you! ```jl @test convert(RGB, LinearRGB(0.5, 0, 0)) ≈ RGB(0.7353569830524494, 0, 0) atol=eps() @test convert(LinearRGB,...
### Feature Request It would be nice to have the appropriate `web_accessible_resources` entry added automatically based on the `matches` property. ```ts // main-injected.ts export default defineUnlistedScript({ matches: ["https://example.net/*"], main() {...
> [!NOTE] > The patch series in which each PR builds on top of the previous one: #1761, #1762, #1763, #1838 (you are here), #1765. > > In case some...
> [!NOTE] > The patch series in which each PR builds on top of the previous one: #1761, #1762, #1763, #1838, #1765 (you are here). > > In case some...
### Overview `script.innerHTML` seems to act like `script.text` and not do anything unsafe with special characters, but it seems more appropriate to use `text`. ### Manual Testing Any `injectScript` invocation...
> [!NOTE] > The patch series in which each PR builds on top of the previous one: #1761, #1762, #1763 (you are here), #1838, #1765. > > In case some...
> [!NOTE] > The patch series in which each PR builds on top of the previous one: #1761, #1762 (you are here), #1763, #1838, #1765. > > In case some...
> [!NOTE] > The patch series in which each PR builds on top of the previous one: #1761 (you are here), #1762, #1763, #1838, #1765. > > In case some...