You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The seek method seeks the file to handle to the given offset under the mode provided by whence. The call resolves with the new position within the resource (offset from the start, in bytes).
As part of #3141, implementing the agreed-upon design for k6's File API, we intend to implement a
File.seek
method.The
seek
method seeks the file to handle to the givenoffset
under the mode provided bywhence
. The call resolves with the new position within the resource (offset from the start, in bytes).prototype
example
The text was updated successfully, but these errors were encountered: