Decodes a B2 percent-encoded file name back to a plain string.
B2 percent-encoding is compatible with standard decodeURIComponent, so this is a thin wrapper.
decodeURIComponent
The percent-encoded file name from B2.
The decoded file name.
Decodes a B2 percent-encoded file name back to a plain string.
B2 percent-encoding is compatible with standard
decodeURIComponent, so this is a thin wrapper.