Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 368a1ff

Browse files
committedMar 13, 2025
feat(internal): revert HA and IO to initialisms (#4000)
1 parent 02974d1 commit 368a1ff

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+152
-152
lines changed
 

‎browser_rendering/content.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ type ContentNewParamsViewport struct {
338338
Height param.Field[float64] `json:"height,required"`
339339
Width param.Field[float64] `json:"width,required"`
340340
DeviceScaleFactor param.Field[float64] `json:"deviceScaleFactor"`
341-
HAsTouch param.Field[bool] `json:"hasTouch"`
341+
HasTouch param.Field[bool] `json:"hasTouch"`
342342
IsLandscape param.Field[bool] `json:"isLandscape"`
343343
IsMobile param.Field[bool] `json:"isMobile"`
344344
}

‎browser_rendering/content_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func TestContentNewWithOptionalParams(t *testing.T) {
8383
Height: cloudflare.F(0.000000),
8484
Width: cloudflare.F(0.000000),
8585
DeviceScaleFactor: cloudflare.F(0.000000),
86-
HAsTouch: cloudflare.F(true),
86+
HasTouch: cloudflare.F(true),
8787
IsLandscape: cloudflare.F(true),
8888
IsMobile: cloudflare.F(true),
8989
}),

0 commit comments

Comments
 (0)
Please sign in to comment.