Previously, this module used crypto.randomUUID()
to generate a session ID. That API is only available in secure contexts (HTTPS). This release adds a fallback so that the module works in non-secure contexts (http) too. Thanks @mscolnick for this fix!