iOS: use category method to translate JSValue to object

This commit is contained in:
pengfei.zhou
2022-03-03 15:36:16 +08:00
committed by osborn
parent 85a03bdd93
commit aa837b807a
5 changed files with 201 additions and 36 deletions

View File

@@ -9,4 +9,6 @@
- (BOOL)isArrayBuffer;
- (NSData *)toArrayBuffer;
- (id)toObjectWithArrayBuffer;
@end