spiderfire icon indicating copy to clipboard operation
spiderfire copied to clipboard

JavaScript Runtime built with Mozilla's SpiderMonkey Engine

Results 18 spiderfire issues
Sort by recently updated
recently updated
newest added

I know, I know this is a deno thing but I really think it would improve the project by attracting all the typescript folks. Personally is something node.js needs and...

Good First Issue

## Issue Spiderfire currently lacks a networking module, making it impossible to use this as a serverside runtime, and serve webpages for example. It is also unable to fetch data...

Type: Help Wanted
Feature: Module

## Lack of Documentation Spiderfire is currently lacking documentation for most of its API. It would be nice to have the structs and functions documented so that contributors can more...

Documentation
Type: Help Wanted
Progress: Started

## Issue Currently, there is a limitation to the usage of tests as only 1 test per file can be created to test actions within the runtime. This is due...

Type: Help Wanted
Tests

Come on, man. I'd love to just, create a stream, pipe that steam into streams, pipe streams into files, pipe streams into network ports, pipe streams into pipes, stream pips...

Type: Help Wanted
Feature: Module

I've been working on a HTTP module for a while now. I'm just stuck on a few of the API decisions, specifically on how to use the `Response` to get...

Feature: Module
RFC

Although the URL Module is mostly complete, `URLSearchParams` is currently unimplemented. This can be implemented with the `#[js_class]` macro, you can look at the definition of `URL` or ask here...

Feature: Module
Hacktoberfest

Currently, Spiderfire has 4 modules (`assert`, `fs`, `path`, `url`) and a bunch of globals I`console`, `setTimeout`, etc.). However, it can be a bit confusing for the users who would like...

Documentation

(That's a bad issue title, but I can't think of a better one, sorry) There are two main issues with the current implementation of the event loop: * As long...