Skip to content

Commit

Permalink
feat(android): add Ti.Blob.toArrayBuffer()
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Aug 13, 2020
1 parent 9e77600 commit 36e7244
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Appcelerator Titanium Mobile
* Copyright (c) 2009-2013 by Appcelerator, Inc. All Rights Reserved.
* Copyright (c) 2009-2020 by Appcelerator, Inc. All Rights Reserved.
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/
Expand Down Expand Up @@ -292,6 +292,7 @@ public void loadBitmapInfo()
* @return binary data.
* @module.api
*/
@Kroll.method(name = "toArrayBuffer")
public byte[] getBytes()
{
byte[] bytes = new byte[0];
Expand Down

0 comments on commit 36e7244

Please sign in to comment.