method WebAssembly.Module.customSectionsModule.customSections(moduleObject: Module,sectionName: string,): ArrayBuffer[]DeprecatedGiven a Module and string, returns a copy of the contents of all custom sections in the module with the given string name. ParametersmoduleObject: ModulesectionName: stringReturn TypeArrayBuffer[]