We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e449e83 commit d4e13b1Copy full SHA for d4e13b1
4-binary/03-blob/article.md
@@ -152,7 +152,7 @@ reader.onload = function() {
152
};
153
```
154
155
-Bir blog oluşturmanın bu iki yolu da kullanılabilir ancak genellikle `URL.createObjectURL(blob)` daha basit ve hızlıdır.
+Bir blob oluşturmanın bu iki yolu da kullanılabilir ancak genellikle `URL.createObjectURL(blob)` daha basit ve hızlıdır.
156
157
```compare title-plus="URL.createObjectURL(blob)" title-minus="Blob'tan veri URL'i"
158
+ Hafızaya önem veriyorsak kaldırmamız gerekiyor..
0 commit comments