Compare commits

...
Author SHA1 Message Date
Calum H. (IMB11) fa03a92dd0 feat: doc change to trigger ci 2026-05-07 00:02:52 +01:00
+1 -1
View File
@@ -9,7 +9,7 @@ import { XHRUploadClient } from './xhr-upload-client'
/**
* Generic platform client using ofetch
*
* This client works in any JavaScript environment (Node.js, browser, workers).
* This client works in any JavaScript environment (Node.js, browser, workers, etc).
*
* @example
* ```typescript