、夕月的博客

vuePress-theme-reco 、夕月    2020 - 2024
、夕月的博客 、夕月的博客

Choose mode

  • dark
  • auto
  • light
目录
  • JS
  • CSS
  • vue
  • oracle
  • mysql
  • webpack
  • 自动化测试
  • git
  • npm
  • linux
  • LeeCode
  • other
标签
TimeLine
插件
  • 官方插件
  • 插件广场
留言板
GitHub (opens new window)
GitHub (opens new window)
author-avatar

、夕月

172

文章

45

标签

    目录
    • JS
    • CSS
    • vue
    • oracle
    • mysql
    • webpack
    • 自动化测试
    • git
    • npm
    • linux
    • LeeCode
    • other
    标签
    TimeLine
    插件
    • 官方插件
    • 插件广场
    留言板
    GitHub (opens new window)
    GitHub (opens new window)
    • 数据结构

    • Js

      • JS
      • CDN
      • HTML5 标签列表
      • HTTP cookies
      • HTTPS
      • HTTP的发展
      • Proxy
      • Reflect
      • Storage
      • call apply bind
      • class
      • freeze seal preventExtensions 对比
      • requestAnimationFrame
      • 安全
      • script标签中defer和async属性的区别
      • this
      • 前端性能优化
      • 如何实现JS的跨域
      • 重排&重绘
    • Css

    • Vue

    • Database

    • 自动化测试

    • 配置管理

    • Linux

    • Leecode

    • Webpack

    • Node.js

    • Typescript

    • 其他

    freeze seal preventExtensions 对比

    vuePress-theme-reco 、夕月    2020 - 2024

    freeze seal preventExtensions 对比

    、夕月 2020/7/7

    # Heading


      比较项目 判断方法 添加新的属性 修改已有属性的值 删除已有属性 修改已有属性的Descriptor
      freeze Object.isFrozen() N N N N
      seal Object.isSealed() N Y N N
      preventExtensions Object.isExtensible() N Y Y Y
      在 GitHub 上编辑此页 (opens new window)
      Last Updated: 2024/4/17 07:53:39

      class requestAnimationFrame