Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

[devtools] Document why Console format %c not working for url #3386

Closed
jecfish opened this issue Aug 5, 2022 · 2 comments · Fixed by #5283
Closed

[devtools] Document why Console format %c not working for url #3386

jecfish opened this issue Aug 5, 2022 · 2 comments · Fixed by #5283
Assignees
Labels
content devtools Issues related to DevTools documentation.

Comments

@jecfish
Copy link
Contributor

jecfish commented Aug 5, 2022

Refer to https://crbug.com/1350078

@jecfish jecfish added the devtools Issues related to DevTools documentation. label Aug 5, 2022
@devnook devnook added the content label Sep 5, 2022
@AaronForinton AaronForinton self-assigned this Dec 15, 2022
@leobenkel
Copy link

what is the alternative way to display an image in dev console ?

@sofiayem
Copy link
Contributor

sofiayem commented Feb 14, 2023

@leobenkel

what is the alternative way to display an image in dev console ?

Try this:

background: url(data:image/png;base64,iVBORw…);

Where iVBORw… is a base64-encoded PNG image. You can use an online encoder such as this one.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
content devtools Issues related to DevTools documentation.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants