qwik icon indicating copy to clipboard operation
qwik copied to clipboard

feat: add support for working with lang

Open mhevery opened this issue 3 years ago • 2 comments

What is it?

  • [ ] Feature / enhancement
  • [ ] Bug
  • [ ] Docs / tests

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Use cases and why

    1. One use case
    1. Another use case

Checklist:

  • [ ] My code follows the developer guidelines of this project
  • [ ] I have performed a self-review of my own code
  • [ ] I have made corresponding changes to the documentation
  • [ ] Added new tests to cover the fix / functionality

mhevery avatar Oct 05 '22 21:10 mhevery

This PR introduces a new API, which implementation i am not sure it's entirely correct since use methods can only be used in rendering context, what's this for?

manucorporat avatar Oct 05 '22 22:10 manucorporat

This is great, it also solves a PR I sent to get access to request headers.

DustinJSilk avatar Oct 07 '22 11:10 DustinJSilk