Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Refactor Sobek out of screenshots and byte pointer changes #1198

Merged
merged 5 commits into from
Jan 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/screenshotter.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ func (s *screenshotter) screenshotElement(h *ElementHandle, opts *ElementHandleS
return buf, nil
}

//nolint:funlen,cyclop
//nolint:funlen,cyclop,gocognit
ankur22 marked this conversation as resolved.
Show resolved Hide resolved
func (s *screenshotter) screenshotPage(p *Page, opts *PageScreenshotOptions) ([]byte, error) {
format := opts.Format

Expand Down
Loading