Skip to content

issues Search Results · repo:lukeed/worktop language:TypeScript

Filter by

113 results
 (73 ms)

113 results

inlukeed/worktop (press backspace or delete to remove)

RFC: https://www.rfc-editor.org/rfc/rfc7234#section-5.2.2.2 The no-cache response directive indicates that the response MUST NOT be used to satisfy a subsequent request without successful validation on ...
  • Cooksauce
  • Opened 
    on Jul 30, 2024
  • #183

Hello there, I have a wee bug report. On branch next, it seems like the router fails when when using the service bindings Cloudflare API. Steps: 1. Clone this reproduction repo https://github.com/vladinator1000/worktop-service-bindings/tree/main ...
  • vladinator1000
  • 7
  • Opened 
    on Apr 29, 2024
  • #182

This problem appeared in @sveltejs/adapter-cloudflare@2.2.2 that let Cache.save handle whether to cache the response or not. The scenario that leads to the problem is when Cache-Control is empty and the ...
  • 0x221A
  • 2
  • Opened 
    on May 7, 2023
  • #176

Hi y all, I m getting this error for all worktop packages Could not find a declaration file for module worktop . .../node_modules/worktop/router/index.mjs implicitly has an any type. There are ...
  • vladinator1000
  • 1
  • Opened 
    on Apr 17, 2023
  • #175

Would be really nice if it would be possible to organize routes in sub-routers. I image something like this: const API = new Router(); API.add( GET , /hello , (req, res) = { res.end( Hello from ...
  • DerZade
  • 2
  • Opened 
    on Jan 21, 2023
  • #174

Just testing out your package, but getting an issue when publishing to cloudflare: Error: Something went wrong with the request to Cloudflare... The uploaded script has no registered event handlers. [API ...
  • jaxnz
  • 1
  • Opened 
    on Dec 31, 2022
  • #173

Problem I want to have strong typing but currently the Router class add function has a signature like so: export declare class Router { add T extends RegExp (method: Method, route: T, handler: Handler ...
  • hariria
  • Opened 
    on Dec 3, 2022
  • #172

Hey there! I was just wondering if worktop@next is safe to use and if there are any plans for an official 1.0.0 release in a future? The work done so far is amazing and really appreciated (thank you @lukeed ...
  • alexiglesias93
  • 2
  • Opened 
    on Nov 16, 2022
  • #171

Hi, I noticed there is a CronEvent defined in the code, but I am not sure how it works. Could you please provide an example ? Thanks
  • mediarl
  • 2
  • Opened 
    on Oct 12, 2022
  • #170

Is there an easy way to serve HTML files from Worktop (index.html for instance), instead of creating a TS file that returns a function that returns raw HTML?
  • simplenotezy
  • 6
  • Opened 
    on Aug 2, 2022
  • #169
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub