We sped up Notion in the browser with WASM SQLite
1–6 of 6 posts
Re: We sped up Notion in the browser with WASM SQLite
#2Re: We sped up Notion in the browser with WASM SQLite
#3> ... the requirement of cross-origin isolation, which would have prevented us from rolling out to any browser beyond Chrome and Edge.
Is incorrect. The primary development browser for the two VFS APIs they're writing about is Firefox. (Citation: that development all happens on my computer.)
Re: We sped up Notion in the browser with WASM SQLite
#4Re: We sped up Notion in the browser with WASM SQLite
#5This part: > ... the requirement of cross-origin isolation, which would have prevented us from rolling out to any browser beyond Chrome and Edge. Is incorrect. The primary development browser for the two VFS APIs they're writing about is Firefox. (Citation: that development all happens on my computer.)
Re: We sped up Notion in the browser with WASM SQLite
#6This part: > ... the requirement of cross-origin isolation, which would have prevented us from rolling out to any browser beyond Chrome and Edge. Is incorrect. The primary development browser for the two VFS APIs they're writing about is Firefox. (Citation: that development all happens on my computer.)
Blog post author here -- I wasn't totally clear, but what I meant was that we didn't have the capacity to do the work to make Notion fully cross origin isolated (which would have indeed worked on all the major browsers). That meant we could only roll it out on the browsers that provided this temporary workaround for it.