Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/xml/utils/streamable.ts>Streamable#seekSync

📑 A XML parser/stringifier for Deno written in typescript and with no dependencies
Go to Latest
method Streamable.prototype.seekSync
import { Streamable } from "https://deno.land/x/xml@2.1.2/utils/streamable.ts";

Set cursor position

Parameters

offset: number
whence: SeekMode[keyof SeekMode]