Storage: Mime type detection (#52512)

* Storage: implement mime type detection

* lint
This commit is contained in:
Artur Wierzbicki
2022-07-25 11:30:20 +04:00
committed by GitHub
parent 1e3135b18a
commit d9db155394
9 changed files with 169 additions and 29 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 134 B

+1
View File
@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z"/></svg>

After

Width:  |  Height:  |  Size: 156 B

+9
View File
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>