mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 16:42:10 +02:00
I found myself needing to call this method when attempting to implement Blob::text and Blob::array_buffer. Turns out that the only caller outside of the Detail namespace already had a FIXME to make this a public API - so let's do that.