| 操作 | 旧版本 | 新版本 | d.ts文件 |
|---|---|---|---|
| 新增 | NA | 类名:util 方法or属性:function generateRandomUUID(entropyCache?: boolean): string; | @ohos.util.d.ts |
| 新增 | NA | 类名:util 方法or属性:function generateRandomBinaryUUID(entropyCache?: boolean): Uint8Array; | @ohos.util.d.ts |
| 删除 | 模块名:ohos.util 类名:util 方法 or 属性:function randomUUID(entropyCache?: boolean): string; | NA | @ohos.util.d.ts |
| 删除 | 模块名:ohos.util 类名:util 方法 or 属性:function randomBinaryUUID(entropyCache?: boolean): Uint8Array; | NA | @ohos.util.d.ts |
| 函数有变化 | 类名:LRUCache 方法 or 属性:contains(key: object): boolean; | 类名:LRUCache 方法 or 属性:contains(key: K): boolean; | @ohos.util.d.ts |
你可能感兴趣的鸿蒙文章
harmony 鸿蒙js-apidiff-application