Jed Fox
99eec73b4b
feat: Add support for passing a key to Deno.env() ( #2952 )
...
This adds a new op to get a single env var.
2019-10-02 11:55:28 -04:00
Bartek Iwańczuk
c920c5f62a
feat: window.onunload ( #3023 )
2019-10-02 11:32:51 -04:00
Tomohito Nakayama
a646c2a885
Implement ignoreBOM option of UTF8Decoder in text_encoding ( #3040 )
2019-10-01 20:08:51 -04:00
Kevin (Kun) "Kassimo" Qian
6efca6d1a1
Add Deno.hostname() ( #3032 )
2019-09-27 19:09:42 -04:00
Jonathon Orsi
045e74bb39
feat: Add Deno.dialTLS()
...
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2019-09-23 15:12:42 -04:00
Ryan Dahl
97bb2bdb79
dial/listen API change ( #3000 )
...
Previously: dial("tcp", "deno.land:80")
Now: dial({ hostname: "deno.land", port: 80, transport: "tcp" })
Similarly with listen().
2019-09-20 18:32:18 -04:00
迷渡
1b1ae65a4a
Make window
compatible with ts 3.6 ( #2984 )
2019-09-19 11:40:52 -04:00
Nayeem Rahman
e55e4a2838
Remove some non-standard web API constructors ( #2970 )
...
This removes the EventListener, EventInit and CustomEventInit constructors from the userland globals. The type exports stay.
I removed the internal classes as well. EventListener's implementation seemed to be doing some bookkeeping on handled events but that's not being used anywhere so I assume it's old debug stuff. The other two are completely redundant.
2019-09-17 12:17:12 -04:00
Nayeem Rahman
0b757f3737
Expose the DOM Body interface globally ( #2903 )
2019-09-10 10:57:17 -04:00
Yoshiya Hinosawa
46cbc6e0e9
refactor: remove Deno.platform ( #2895 )
2019-09-09 23:39:42 -04:00
迷渡
e9908453df
do not export isConsoleInstance
( #2850 )
2019-09-03 03:10:51 -04:00
Kevin (Kun) "Kassimo" Qian
fdd4252d49
Add window.queueMicrotask ( #2844 )
2019-08-31 15:16:30 -04:00
Ryan Dahl
c370f749b2
Remove ts_library_builder, maintain lib.deno_runtime.d.ts by hand ( #2827 )
2019-08-30 11:11:33 -04:00