summaryrefslogtreecommitdiff
path: root/examples/websocket-client.js
Commit message (Collapse)AuthorAgeFilesLines
* doc: Modernize examplesSonny Piers2022-08-051-8/+8
| | | | | | | | | * Use ES modules * Use `console` * Port examples to GTK4 (except `calc.js` and `webkit.js`) * Port examples to libsoup 3.0 * Don't use `var` * Stop using `bytearray`
* maint: Add copyright notices based on major file contributorsPhilip Chimento2020-11-301-0/+1
| | | | | | | | | | | | Based on looking at the git logs, add copyright notices to files which were missing them, assuming the copyright belongs to people who made major contributions to each file. Some assumptions were made as to who to assign the copyright to, such as, what copyright assignment did the contributor make in other files added in the same commit? What email address did they use to make the commit? What copyright assignment did they make in other commits using the same email address?
* maint: Add dual MIT/LGPL license to all GJS files that didn't have onePhilip Chimento2020-10-041-0/+2
| | | | | | This adds a SPDX-License-Identifier comment to all files that are part of GJS, part of its unit tests, or auxiliary tools. (Except for some files like the debugger scripts that don't support comments.)
* add websocket client exampleSonny Piers2019-09-201-0/+52