index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
op_crates
/
web
/
11_url.js
Age
Commit message (
Collapse
)
Author
2021-03-02
refactor(op_crates/web): Move URL parsing to Rust (#9276)
Nayeem Rahman
2021-02-09
fix(op_crates): Don't use `Deno.inspect` in op crates (#9332)
Nayeem Rahman
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2021-02-04
chore: use strict mode for internal runtime, core, and op_crates js (#9391)
Developing
2021-01-29
fix(op_crates/web): Add customInspect for Location (#9290)
Nayeem Rahman
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2020-11-03
build: migrate to dlint (#8176)
Bartek Iwańczuk
This commit migrates repository from using "eslint" to "dlint" for linting JavaScript code.
2020-11-02
fix(op_crates/web): fix URLSearchParams, malformed url handling (#8092)
Yoshiya Hinosawa
Co-authored-by: Evan <c4t@tuta.io>
2020-10-13
fix(op_crates/web/url): apply backslash replacement to the pathname setter ↵
Nayeem Rahman
(#7937)
2020-10-10
fix(op_crate/web): add padding on URLSearchParam (#7905)
Lively
Fixes #7888
2020-09-17
refactor: Move URL to op_crates/web (#7544)
Bartek Iwańczuk