mirror of
https://github.com/ZiuChen/ZiuChen.github.io.git
synced 2025-12-18 17:04:16 +08:00
chore: 全量图片替换为 WebP 格式
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 117 KiB |
BIN
docs/article/assets/Object.prototype.toString.webp
Normal file
BIN
docs/article/assets/Object.prototype.toString.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 96 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB |
BIN
docs/article/assets/vm-demo.webp
Normal file
BIN
docs/article/assets/vm-demo.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.9 KiB |
@@ -153,7 +153,7 @@ console.log(classof({})) // Object
|
||||
|
||||
`Object.prototype.toString()`被调用时,会进行如下步骤:
|
||||
|
||||

|
||||

|
||||
|
||||
在ES6里,之前的内部属性 `[[Class]]` 不再使用,取而代之的是一系列的 internal slot
|
||||
|
||||
|
||||
Reference in New Issue
Block a user