feat: SharedArray:wrapData:withSize init for iOS (#2410)
				
					
				
			* feat: `ArrayBuffer:wrapData:withSize` init for iOS * Format * fix build error * Update ExampleFrameProcessorPlugin.m * docs: Add class docs for SharedArray
This commit is contained in:
		| @@ -25,7 +25,7 @@ | ||||
|                   withOptions:(NSDictionary* _Nullable)options { | ||||
|   if (self = [super initWithProxy:proxy withOptions:options]) { | ||||
|     _sharedArray = [[SharedArray alloc] initWithProxy:proxy | ||||
|                                                  size:5]; | ||||
|                                      allocateWithSize:5]; | ||||
|     NSLog(@"ExampleFrameProcessorPlugin initialized with options: %@", options); | ||||
|   } | ||||
|   return self; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user