mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-14 15:28:57 +00:00
remove method added for testing
This was only required while testing things, not an actual API.
This commit is contained in:
@@ -169,10 +169,6 @@ pub fn get_size(self: *const Blob) usize {
|
||||
return self.slice.len;
|
||||
}
|
||||
|
||||
pub fn get_str(self: *const Blob) []const u8 {
|
||||
return self.slice;
|
||||
}
|
||||
|
||||
const testing = @import("../../testing.zig");
|
||||
test "Browser: File.Blob" {
|
||||
try testing.htmlRunner("file/blob.html");
|
||||
|
||||
Reference in New Issue
Block a user