18:03
<briandoesdev>

Hey, I had a quick question. What is the reason for the port to be set to 'null' if it is equal to the URL scheme's default port?

https://url.spec.whatwg.org/#port-state

Set url’s port to null, if port is url’s scheme’s default port; otherwise to port.

21:16
<jschoi>
I’m having trouble finding an answer to this online: FileSystemSyncAccessHandle is usable by dedicated Web Workers but not by Shared Workers. Has there been any discussion exploring possibly making it usable by Shared Workers? (I’m asking this after reading https://github.com/rhashimoto/wa-sqlite/discussions/81.)