Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dop251/goja_nodejs
/ types & classes
Types & classes
41 in github.com/dop251/goja_nodejs
⨍
Functions
467
◇
Types & classes
41
↓ 2 callers
Struct
job
eventloop/eventloop.go:13
Class
url/types/url.d.ts:54
Class
url/types/url.d.ts:406
Interface
Buffer
buffer/types/buffer.d.ts:136
Interface
Buffer
buffer/types/buffer.buffer.d.ts:244
Struct
Buffer
buffer/buffer.go:24
Interface
BufferConstructor
* Raw data is stored in instances of the Buffer class. * A Buffer is similar to an array of integers but corresponds to a raw memory allocati
buffer/types/buffer.d.ts:31
Interface
BufferConstructor
buffer/types/buffer.buffer.d.ts:5
Struct
Console
console/module.go:11
Struct
EventLoop
eventloop/eventloop.go:36
Struct
Immediate
eventloop/eventloop.go:32
Struct
Interval
eventloop/eventloop.go:26
Interface
Iterator
global-types/globals.d.ts:5
FuncType
ModuleLoader
func(*js.Runtime, *js.Object)
require/module.go:19
FuncType
Option
func(*EventLoop)
eventloop/eventloop.go:88
FuncType
Option
func(*Registry)
require/module.go:74
FuncType
PathResolver
PathResolver is a function that should return a canonical path of the path parameter relative to the base. The base is expected to be already canonica
require/module.go:31
Interface
Printer
console/module.go:17
Struct
Process
process/module.go:13
Struct
Registry
Registry contains a cache of compiled modules which can be used by multiple Runtimes
require/module.go:43
Struct
RequireModule
require/module.go:53
FuncType
SourceLoader
SourceLoader represents a function that returns a file data at a given path. The function should return ModuleFileDoesNotExistError if the file either
require/module.go:24
Struct
StdPrinter
StdPrinter implements the console.Printer interface that prints to the stdout or stderr.
console/std_printer.go:20
Interface
StringCodec
buffer/buffer.go:149
Struct
Timer
eventloop/eventloop.go:21
Class
URL
* Browser-compatible `URL` class, implemented by following the WHATWG URL * Standard. [Examples of parsed URLs](https://url.spec.whatwg.org/#exam
url/types/url.d.ts:54
Class
URLSearchParams
* The `URLSearchParams` API provides read and write access to the query of a `URL`. The `URLSearchParams` class can also be used standalone with one o
url/types/url.d.ts:406
Interface
URLSearchParamsIterator
url/types/url.d.ts:358
Struct
Util
util/module.go:11
Struct
_utf8Codec
buffer/buffer.go:175
Struct
base64Codec
buffer/buffer.go:193
Struct
base64UrlCodec
buffer/buffer.go:195
Struct
hexCodec
buffer/buffer.go:155
Struct
nodeURL
url/nodeurl.go:65
Struct
searchParam
url/nodeurl.go:8
TypeAlias
searchParams
url/nodeurl.go:29
Struct
testCase
buffer/buffer_test.go:339
Struct
urlModule
url/module.go:10
TypeAlias
urlSearchParams
url/nodeurl.go:70
Struct
urlSearchParamsIterator
url/urlsearchparams.go:326
TypeAlias
urlSearchParamsIteratorType
url/urlsearchparams.go:318