#passenger princess
3 messages · Page 1 of 1 (latest)
Hi @dusty oyster. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
I'm sorry, but the knowledge sources do not contain information about using import.meta.glob() to import files as raw bytes (e.g., as ArrayBuffer) in Astro. The documentation does mention that, for Cloudflare Workers, importing .bin files will export an ArrayBuffer of the raw binary contents, but this is specific to the Cloudflare integration and not general usage of import.meta.glob() or the ?raw query, which returns a string, not bytes Cloudflare Module Imports.