top | item 40931957

We sped up Notion in the browser with WASM SQLite

34 points| felixrieseberg | 1 year ago |notion.so

5 comments

order

sgbeal|1 year ago

This 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.)

carlo-notion|1 year ago

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.

camgunz|1 year ago

Great write up; but honestly all I could think is what a blunder it was when Mozilla vetoed shipping SQLite.