タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

JavaScriptとarticleとsafariに関するefclのブックマーク (2)

  • Updates to Storage Policy

    A website can store data on a user’s device using various storage APIs: localStorage, IndexedDB, File System, etc. It’s an important capability allowing websites to be functional offline with good performance by serving local resources. However, the storage capacity is not unlimited. In fact, it is usually much smaller than a device’s disk size. Bad things could happen when the capacity is full li

    efcl
    efcl 2023/08/11
    SafariのWeb StorageのPolicyについて。 Originごと/全体でのQuotaがあり、Quotaを超えると`QuotaExceededError`が発生する。 利用されていないウェブサイトのデータはオリジンごとに削除される。また、ストレージの永続性を保証するため
  • Dynamic import() · V8

    Dynamic import() introduces a new function-like form of import that unlocks new capabilities compared to static import. This article compares the two and gives an overview of what’s new. Static import (recap) #Chrome 61 shipped with support for the ES2015 import statement within modules. Consider the following module, located at ./utils.mjs: // Default export export default () => { console.log('Hi

    efcl
    efcl 2017/11/22
    Chrom 63から利用できるDynamic `import()`についての解説
  • 1